body,
ul {
  margin: 0;
  padding: 0;
  font-family: "microsoft yahei", Arial, SimSun;
}
body {
  background-color: #fff !important;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #494949;
}
ul,
li {
  list-style: none;
}
.clear {
  clear: both;
}
.cl:after {
  content: "";
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  border: none;
  vertical-align: middle;
}
input {
  border: none;
  outline: none;
}
p {
  margin: 0;
}

/*范围大的延迟*/
.yanc1s {
  animation-duration: 0.7s !important;
}
.yanc2s {
  animation-duration: 1.4s !important;
}
.yanc3s {
  animation-duration: 2.1s !important;
}
.yanc4s {
  animation-duration: 2.8s !important;
}
.yanc5s {
  animation-duration: 3.5s !important;
}
.yanc6s {
  animation-duration: 4.2s !important;
}
.yanc7s {
  animation-duration: 4.9s !important;
}
.yanc8s {
  animation-duration: 5.6s !important;
}
.yanc9s {
  animation-duration: 7.3s !important;
}
/*范围小的延迟*/
.yanc1sx {
  animation-duration: 0.3s !important;
}
.yanc2sx {
  animation-duration: 0.4s !important;
}
.yanc3sx {
  animation-duration: 0.5s !important;
}
.yanc4sx {
  animation-duration: 0.6s !important;
}
.yanc5sx {
  animation-duration: 0.7s !important;
}
.yanc6sx {
  animation-duration: 0.8s !important;
}
.yanc7sx {
  animation-duration: 0.9s !important;
}
.yanc8sx {
  animation-duration: 1s !important;
}
.yanc9sx {
  animation-duration: 1.1s !important;
}
.yanc10sx {
  animation-duration: 1.2s !important;
}
.yanc11sx {
  animation-duration: 1.3s !important;
}
.yanc12sx {
  animation-duration: 1.4s !important;
}
.yanc13sx {
  animation-duration: 1.5s !important;
}
.yanc14sx {
  animation-duration: 1.6s !important;
}
.yanc15sx {
  animation-duration: 1.7s !important;
}
.yanc16sx {
  animation-duration: 1.8s !important;
}
.yanc17sx {
  animation-duration: 1.9s !important;
}
.yanc18sx {
  animation-duration: 2s !important;
}
.yanc19sx {
  animation-duration: 2.1s !important;
}
.yanc20sx {
  animation-duration: 2.2s !important;
}
.yanc21sx {
  animation-duration: 2.3s !important;
}
.yanc22sx {
  animation-duration: 2.4s !important;
}
.yanc23sx {
  animation-duration: 2.5s !important;
}
.yanc24sx {
  animation-duration: 2.6s !important;
}
.yanc25sx {
  animation-duration: 2.7s !important;
}
.yanc26sx {
  animation-duration: 2.8s !important;
}
.yanc27sx {
  animation-duration: 2.9s !important;
}

/*侧边栏*/
.gb-contact {
  z-index: 9999;
  right: 10px;
  position: fixed;
  /*top: 60%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);*/
  top:60%;
  transform: translate(0,-50%);
  background: #fff;
  width: 80px;
  border-radius: 8px;
  padding: 0;
  box-shadow: 0px 0px 6px 1px rgba(105, 119, 135, 0.13);
  font-size: 12px;
}

.gb-contact-jqr{position:absolute;bottom:100%;right:0;width:210px;}
.gb-contact-jqr img{width:100%;height:auto;}

.gb-contact .item {
  margin-bottom: 10px;
  width:100%;
  height: 82.5px;
  /* width: 50px; */
  transition: 0.5s;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  box-sizing: border-box;
  
}

.gb-contact .btn-zd {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gb-contact .item-line {
  margin: 0 15px;
  opacity: 0.2;
  background: #666666;
  height: 1px;
}

.gb-contact .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  color: #666666 !important;
}

.gb-contact .item .common-bounced {
  display: none;
  position: absolute;
  right: 70px;
  top: -15px;
}

.gb-contact .item .common-bounced .content {
  margin-right: 20px;
  display: block;
  min-width: 130px;
  box-shadow: 0px 0px 6px 1px rgba(105, 119, 135, 0.13);
  background: #ffffff;
  border-radius: 10px;
  color: #333333;
  padding: 15px;
}

.gb-contact .item .common-bounced .content .content-title {
  line-height: 22px;
  font-size: 14px;
}

.gb-contact .item .common-bounced .content .content-value {
  line-height: 25px;
  font-size: 18px;
  color: #0087fc;
}

.gb-contact .item .common-bounced .content .img-weixin {
  width: 180px;
  height: 180px;
}

.gb-contact .icon-contact {
  text-align: center;
  transition: all 0.5s;
}

.gb-contact .icon-contact .xxlogo div{
    font-size:14px;color:#666;
    margin-top:5px;
}

.gb-contact .icon-contact .img-defalut {
  margin: 0 auto;
  display: block;
  margin-bottom: 2px;
}

.gb-contact .icon-contact .img-hover {
  margin: 0 auto;
  display: none;
  margin-bottom: 2px;
}

.gb-contact .item:hover {
  border-radius: 8px;
  background:#f5f5f5;
  /*background: linear-gradient(90deg, #0083fc 0%, #00b8fe 100%);*/
}

.gb-contact .item:hover a {
  color: #fff !important;
}

.gb-contact .item:hover .img-defalut {
  display: none;
}

.gb-contact .item:hover .img-hover {
  display: block;
}

.gb-contact .item:hover .common-bounced {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .gb-contact {
    display: none;
  }
}

.ggwid {
  width: 1400px;
  margin: 0 auto;
}
/*index.html*/
.ahead {
  width: 100%;
  height: 82px;
  position: relative;
  left: 0;
  top: 0;
  z-index: 999;
  background: transparent;
  transition: all 600ms;
  background-color: #fff;
}
.ahead.zoule {
    position: fixed;
    box-shadow: 5px 10px 15px rgb(0 0 0 / 4%);
  
}
.ahead .logo {
  height: 36px;
  margin-top: 24px;
}
.ahead .logo img {
  height: 100%;
}
.ahead .shiyong {

  
  margin-top: 22px;
  border-radius: 99px;
  text-align: center;

  background-color: #317DFF;
  
  transition: all 400ms;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.ahead .shiyong:before{content:'';position:absolute;width:30px;height:30px;bottom:-9px;right:-7px;background:#fff;border-radius:50%;opacity:0.2;}
.ahead .shiyong a {
  color: #fff;
  display: block;
  padding:0 25px;
    line-height:40px;
    height: 40px;
    font-size: 15px;
}
.ahead .shiyong a img{display:inline-block;margin-right:8px;height:17px;position:relative;top:-1px;}
.ahead .shiyong .ceng {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #1966ea;
  transition: all 400ms;
  z-index: -1;
}
.ahead .shiyong:hover .ceng {
  right: 0;
}
.ahead .dianh {
    display: none;
  width: 210px;
  line-height: 22px;
  margin-top: 30px;
  color: #fff;
  font-size: 20px;
}
.ahead .dianh i {
  font-size: 32px;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  top: -13px;
}
.ahead .dianh span {
  display: inline-block;
}
.ahead .dianh span div {
  font-size: 18px;
}
.phone_nav {
  display: none;
}
.ahead .pc_nav {
  position: relative;
  margin-right: 26px;
}
.ahead .pc_nav > li {
 
  float: left;
}

.ahead .pc_nav li > a {
  color: #333;
  display: block;
   padding: 0 14px;
  text-align: center;
  line-height: 82px;
  font-size:16px;
  background-color: transparent;
}
.ahead .pc_nav li:hover > a {
  color: #317DFF;
}
.ahead .pc_nav li.onn > a {
  color:#317DFF;
}
.ahead .pc_nav li.active > a {
  color: #317DFF;
}
.ahead .pc_nav .duanheng {
  width: 14.2%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 76px;
  transition: all 400ms;
  z-index: -1;
}
.ahead .pc_nav .duanheng div {
  width: 90%;
  margin-left: 5%;
  height: 100%;
  background-color: #01c9fd;
}
.ahead .pc_nav dl {
  margin: 0;
  padding: 10px;
}
.ahead .pc_nav dd {
  margin-left: 21px;
}
.subNavBox a:link,
.subNavBox a:visited {
  color: #646464;
}
.subNavBox a:active,
.subNavBox a:hover {
  color: #646464;
}
.subNavBox {
  position: fixed;
  left: 0px;
  top: 96px;
  z-index: 3;
  box-shadow: 0 0 5px #ccc;
  width: 100%;
  left: 0px;
  text-align: left;
  background: url(../images/bj01.png) repeat;
  border-top: 1px solid #eee;
  height: 0;
  overflow: hidden;
}
.subNavBox .subNav {
  display: none;
  height: 389px;
}
.subNavBox a .bot {
  width: 0px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 1px;
  background-color: #fe0000;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.subNavBox a:hover .bot {
  width: 74px;
  margin-left: -37px;
}
.subNavBox .subConPage a:link,
.subNavBox .subConPage a:visited {
  color: #646464;
}
.subNavBox .subConPage a:active,
.subNavBox .subConPage a:hover {
  color: #fe0000;
}

.subNavtavs01,
.subNavtavs02,
.subNavtavs03,
.subNavtavs04,
.subNavtavs05,
.subNavtavs06,
.subNavtavs07,
.subNavtavs08 {
  width: 1280px;
  margin: 10px auto;
  text-align: left;
}
.subNavtavs01 .tab,
.subNavtavs02 .tab,
.subNavtavs03 .tab,
.subNavtavs04 .tab,
.subNavtavs05 .tab,
.subNavtavs06 .tab,
.subNavtavs07 .tab,
.subNavtavs08 .tab {
  height: 35px !important;
  line-height: 35px !important;
  overflow: hidden;
  color: #ddd;
  margin-bottom: 0px;
}
.subNavtavs01 .tab a,
.subNavtavs02 .tab a,
.subNavtavs03 .tab a,
.subNavtavs04 .tab a,
.subNavtavs05 .tab a,
.subNavtavs06 .tab a,
.subNavtavs07 .tab a,
.subNavtavs08 .tab a {
  display: block;
  font-size: 15px;
  padding: 0px;
  margin: 0px 30px;
  display: inline-block;
  color: #555;
}
.subNavtavs01 .tab a:hover,
.subNavtavs02 .tab a:hover,
.subNavtavs03 .tab a:hover,
.subNavtavs04 .tab a:hover,
.subNavtavs05 .tab a:hover,
.subNavtavs06 .tab a:hover,
.subNavtavs07 .tab a:hover,
.subNavtavs08 .tab a:hover {
  height: 26px !important;
  line-height: 26px !important;
  border-bottom: 2px solid #01c9fd;
  color: #01c9fd;
  text-decoration: none;
}
.subNavtavs01 .tab a.on,
.subNavtavs02 .tab a.on,
.subNavtavs03 .tab a.on,
.subNavtavs04 .tab a.on,
.subNavtavs05 .tab a.on,
.subNavtavs06 .tab a.on,
.subNavtavs07 .tab a.on,
.subNavtavs08 .tab a.on {
  height: 26px !important;
  line-height: 26px !important;
  border-bottom: 2px solid #01c9fd;
  color: #01c9fd;
  text-decoration: none;
}
.subNavtavs01 .content,
.subNavtavs02 .content,
.subNavtavs03 .content,
.subNavtavs04 .content,
.subNavtavs05 .content,
.subNavtavs06 .content,
.subNavtavs07 .content,
.subNavtavs08 .content {
  overflow: hidden;
  padding: 0px;
}
.subNavtavs01 .content dd,
.subNavtavs02 .content dd,
.subNavtavs03 .content dd,
.subNavtavs04 .content dd,
.subNavtavs05 .content dd,
.subNavtavs06 .content dd,
.subNavtavs07 .content dd,
.subNavtavs08 .content dd {
  display: none;
}
.subNavtavs01 .tes {
  width: 100%;
  margin: 10px auto;
  padding: 0 27px;
  box-sizing: border-box;
}
.subNavtavs01 .tes li {
  width: 23%;
  margin-right: 2%;
}
.subNavtavs01 .tes li:last-child {
  margin-right: 0;
}
.subNavtavs01 .tes li .ntit {
  width: 100%;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
  color: #555;
}
.subNavtavs01 .tes li .nti {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}
.subNavtavs01 .tes li .nti .ntitu {
  width: 44%;
  margin-right: 3%;
}
.subNavtavs01 .tes li .nti .ntitu img {
  width: 100%;
}
.subNavtavs01 .tes li .nti .ntizi {
  width: 53%;
  line-height: 22px;
  font-size: 14px;
  color: #777;
}
.subNavtavs01 .tes li .nti .ntizi p {
  height: 66px;
  overflow: hidden;
}
.subNavtavs01 .tes li .nti .ntizi a {
  font-size: 12px;
  margin-top: 10px;
  color: #646464;
  transition: all 200ms;
  display: inline-block;
}
.subNavtavs01 .tes li .nti .ntizi a:hover {
  color: #01c9fd;
}

.Navtavs-left {
  width: 510px;
  height: 128px;
  float: left;
  margin-left: 0;
}
.Navtavs-left p {
  line-height: 26px;
  font-size: 14px;
  padding: 10px 0;
  color: #777;
}
.Navtavs-left a {
  font-size: 12px;
  color: #999;
}
.Navtavs-left a:hover {
  color: #01c9fd;
  border-bottom: none !important;
}
.Navtavs-right {
  width: 200px;
  height: 128px;
  float: left;
  margin-left: 30px;
}
.Navtavs-right img {
  width: 200px;
  height: 128px;
}

/*index.html*/
.indexone {
  width: 100%;
}
.index-demo {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.index-demo .item {
  display: block;
  position: relative;
  overflow: hidden;
}
.index-demo .item .datu {
  width: 100%;
  vertical-align: middle;
}
.index-demo .item .fuzi {
  width: 50%;
  position: absolute;
  left: 10.25%;
  top: 50%;
  margin-top: -105px;
  opacity: 0;
  transition: all 1200ms;
}
.index-demo .owl-item.active .item .fuzi {
  left: 16.25%;
  opacity: 1;
}
.index-demo .item .fuzi .one {
  width: 100%;
  line-height: 28px;
  font-size: 22px;
  color: #fff;
}
.index-demo .item .fuzi .two {
  width: 100%;
  line-height: 49px;
  font-size: 31px;
  color: #01c9fd;
  margin-top: 8px;
  font-weight: bold;
}
.index-demo .item .fuzi .three {
  width: 100%;
  line-height: 26px;
  font-size: 18px;
  color: #fff;
  margin-top: 6px;
}
.index-demo .item .fuzi .more {
  width: 186px;
  line-height: 44px;
  font-size: 16px;
  color: #333;
  height: 44px;
  border-radius: 22px;
  background-color: #fff;
  text-align: center;
  display: block;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.index-demo .item .fuzi .more i {
  font-size: 16px;
  margin-right: 2px;
}
.index-demo .item .fuzi .more .ceng {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: -1;
  background-color: #ccc;
  transition: all 400ms;
}
.index-demo .item .fuzi .more:hover .ceng {
  right: 0;
}
.indextwo {
  width: 100%;
}
.intit {
  width: 100%;
  text-align: center;
  padding-top: 77px;
}
.intit .mz {
  width: 100%;
  line-height: 68px;
  font-size: 24px;
  color: #333;
}
.intit .ms {
  width: 100%;
  line-height: 24px;
  font-size: 16px;
  color: #666;
}
.indextwo .ti {
  width: 79%;
  margin: 39px auto 0;
}
.indextwo .ti img {
  width: 100%;
}
.indextwo .teshu {
  width: 100%;
}
.indextwo .teshu .qies {
  width: 100%;
  text-align: center;
}
.indextwo .teshu .qies li {
  display: inline-block;
  width: 160px;
  border-bottom: 3px solid transparent;
  transition: all 200ms;
  padding: 28px 0 9px 0;
  transition: all 400ms;
  margin: 0 35px;
}
.indextwo .teshu .qies li:hover {
  border-color: #00c4fe;
}
.indextwo .teshu .qies li.active {
  border-color: #337bff;
}
.indextwo .teshu .qies li .tu {
  width: 100%;
  transition: all 800ms;
}
.indextwo .teshu .qies li:hover .tu {
  transform: rotateY(180deg);
}
.indextwo .teshu .qies li .tu img {
  width: 103px;
}
.indextwo .teshu .qies li .tu img.img2 {
  display: none;
}
.indextwo .teshu .qies li:hover .tu img.img1 {
  display: none;
}
.indextwo .teshu .qies li:hover .tu img.img2 {
  display: inline-block;
}
.indextwo .teshu .qies li.active .tu img.img1 {
  display: none;
}
.indextwo .teshu .qies li.active .tu img.img2 {
  display: inline-block;
}
.indextwo .teshu .qies li .zi {
  line-height: 56px;
  font-size: 14px;
  color: #333;
  transition: all 200ms;
}
.indextwo .teshu .qies li:hover .zi {
  color: #337bff;
}
.indextwo .teshu .qies li.active .zi {
  color: #337bff;
}
.indextwo .teshu .huans {
  width: 100%;
  background-color: #f5f5f6;
  padding: 40px 0 15px 0;
}
.indextwo .teshu .huan {
  width: 820px;
  margin: 0 auto;
  line-height: 24px;
}
.indextwo .teshu .huan li {
  margin-bottom: 20px;
  width: 46.65%;
  margin-right: 6.7%;
}
.indextwo .teshu .huan li:nth-child(even) {
  margin-right: 0;
}
.indextwo .teshu .huan li .tou {
  font-size: 16px;
  color: #333;
  height: 24px;
  overflow: hidden;
  transition: all 200ms;
}
.indextwo .teshu .huan li:hover .tou {
  color: #01c9fd;
}
.indextwo .teshu .huan li .shen {
  font-size: 14px;
  color: #666;
  height: 48px;
  overflow: hidden;
  margin-top: 6px;
}
.indexthree {
  width: 100%;
  overflow: hidden;
}
.indexthree .ti {
  width: 658px;
  margin: 43px auto 0;
  position: relative;
}
.indexthree .ti .datu {
  width: 100%;
}
.indexthree .ti .futu {
  width: 56%;
  position: absolute;
  left: 22%;
  bottom: 0;
}
.indexthree .ti .futu img {
  width: 100%;
}
.indexthree .ti .fuzi {
  width: 80px;
  border: 2px solid #337bff;
  border-radius: 50%;
  position: absolute;
  height: 80px;
}
.indexthree .ti .fuzi1 {
  left: 16%;
  top: 8%;
}
.indexthree .ti .fuzi2 {
  left: -4%;
  top: 56%;
}
.indexthree .ti .fuzi3 {
  left: 70%;
  top: 5%;
}
.indexthree .ti .fuzi4 {
  left: 89%;
  top: 56%;
}
.indexthree .ti .fuzi .tup {
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
}
.indexthree .ti .fuzi img {
  width: 53px;
  margin-top: 16px;
}
.indexthree .ti .fuzi .img2 {
  display: none;
}
.indexthree .ti .fuzi:hover .img1 {
  display: none;
}
.indexthree .ti .fuzi:hover .img2 {
  display: inline-block;
}
.indexthree .ti .fuzi .wenz {
  width: 300px;
  position: absolute;
  left: 119%;
  top: -20px;
}
.indexthree .ti .fuzi.fuzi1 .wenz,
.indexthree .ti .fuzi.fuzi2 .wenz {
  left: auto;
  right: 119%;
  text-align: right;
}
.indexthree .ti .fuzi .wenz .tou {
  font-size: 18px;
  line-height: 35px;
  color: #333;
  transition: all 200ms;
}
.indexthree .ti .fuzi:hover .wenz .tou {
  color: #337bff;
}
.indexthree .ti .fuzi .wenz .shen {
  font-size: 14px;
  line-height: 27px;
  color: #666;
}
.indexthree .tier {
  width: 100%;
  text-align: center;
  padding: 50px 0 90px;
}
.indexthree .tier .tou {
  width: 100%;
  line-height: 48px;
  font-size: 22px;
  color: #333;
}
.indexthree .tier .shen {
  width: 100%;
  line-height: 24px;
  font-size: 16px;
  color: #666;
}
.indexfour {
  width: 100%;
}
.indexfour .ti {
  width: 100%;
  background-color: #2e3033;
  margin-top: 43px;
}
.hangy-demo {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.hangy-demo .item {
  display: block;
  position: relative;
  overflow: hidden;
}
.hangy-demo .item .datu {
  width: 100%;
  vertical-align: middle;
}
.hangy-demo .item .futu {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.hangy-demo .item:hover .futu {
  display: none;
}
.hangy-demo .item .fuceng {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(46, 48, 51, 0.83);
  transition: all 400ms;
  z-index: 3;
}
.hangy-demo .item:hover .fuceng {
  background-color: rgba(22, 102, 250, 0.83);
}
.hangy-demo .item .fuzi {
  width: 90%;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -75px;
  transition: all 400ms;
  text-align: center;
  z-index: 4;
}
.hangy-demo .item:hover .fuzi {
  margin-top: -133px;
}
.hangy-demo .item .fuzi .tu {
  width: 93px;
  margin: 0 auto;
}
.hangy-demo .item .fuzi .tu img {
  width: 100%;
}
.hangy-demo .item .fuzi .tou {
  line-height: 56px;
  font-size: 24px;
  color: #fff;
}
.hangy-demo .item .fuzi .shen {
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  height: 80px;
  overflow: hidden;
  display: none;
}
.hangy-demo .item:hover .fuzi .shen {
  display: block;
}
.hangy-demo .item .fuzi .more {
  width: 194px;
  line-height: 39px;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  font-size: 16px;
  color: #fff;
  background: url(../images/morebg.png) no-repeat center center;
  height: 39px;
  display: none;
  background-size: contain;
}
.hangy-demo .item:hover .fuzi .more {
  display: block;
}
.indexfive {
  width: 100%;
}
.indexfive .ti {
  width: 89%;
  padding-bottom: 60px;
  border-bottom: 1px solid #e3e3e3;
  margin: 20px auto 0;
}
.indexfive .ti li {
  width: 16%;
  text-align: center;
  margin: 10px 2%;
}
.indexfive .ti li img {
  width: 100%;
}
.indexfive .ti li img.img2 {
  display: none;
}
.indexfive .ti li:hover img.img2 {
  display: block;
}
.indexfive .ti li:hover img.img1 {
  display: none;
}
.indexsix {
  width: 100%;
  padding-top: 90px;
}
.indexsix .qies {
  width: 100%;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
  color: #333;
  transition: all 200ms;
}
.indexsix .qies span {
  display: inline-block;
  margin: 0 20px;
}
.indexsix .qies span.active {
  color: #01c9fd;
}
.indexsix .huans {
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 90px;
}
.indexsix .huans .huan {
  width: 900px;
  margin: 0 auto;
}
.indexsix .huans .ms {
  width: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.indexsix .huans .lunbo {
  width: 100%;
  margin-top: 36px;
}
.banner {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.banner1 {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.large_box {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.large_box ul li {
  line-height: 25px;
  font-size: 14px;
  color: #666;
  text-align: center;
  width: 100%;
}
.large_box1 {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.large_box1 ul li {
  line-height: 25px;
  font-size: 14px;
  color: #666;
  text-align: center;
  width: 100%;
}
.small_box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.small_list {
  position: relative;
  width: 590px;
  overflow: hidden;
  margin: 30px auto 0;
  padding-top: 20px;
}
.small_list ul {
  width: 510px;
  margin: 0 auto;
}
.small_list ul li {
  position: relative;
  float: left;
  margin-right: 70px;
  width: 150px;
  cursor: pointer;
}
.small_list ul li .tu {
  width: 130px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  transition: all 600ms;
  margin: 0 auto;
}
.small_list ul li.on .tu {
  transform: scale(1.1);
  top: -10px;
}
.small_list ul li img {
  display: block;
  width: 100%;
}
.small_list ul li .bun_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.small_list ul li.on .bun_bg {
  display: none;
}
.small_list ul li .zi {
  line-height: 22px;
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 600ms;
}
.small_list ul li.on .zi {
  opacity: 1;
  filter: alpha(opacity=100);
}
.small_list ul li .zi .mz {
  font-size: 15px;
  color: #333;
}
.small_box1 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.small_list1 {
  position: relative;
  width: 540px;
  overflow: hidden;
  margin: 0 auto 0;
  padding-top: 20px;
}
.small_list1 ul {
  width: 510px;
  margin: 0 auto;
}
.small_list1 ul li {
  position: relative;
  float: left;
  margin-right: 45px;
  width: 150px;
  cursor: pointer;
}
.small_list1 ul li .tu {
  width: 110px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  transition: all 600ms;
  margin: 0 auto;
}
.small_list1 ul li.on .tu {
  transform: scale(1.2);
  top: -8px;
}
.small_list1 ul li img {
  display: block;
  width: 100%;
}
.small_list1 ul li .bun_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.small_list1 ul li.on .bun_bg {
  display: none;
}
.small_list1 ul li .zi {
  line-height: 22px;
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 600ms;
}
.small_list1 ul li.on .zi {
  opacity: 1;
  filter: alpha(opacity=100);
}
.small_list1 ul li .zi .mz {
  font-size: 15px;
  color: #333;
}
.btn {
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  z-index: 1;
}
.left_btn {
  background-image: url(../images/feel3.png);
  left: 0;
}
.right_btn {
  background-image: url(../images/feel4.png);
  right: 0;
}
.left_btn1 {
  background-image: url(../images/feel3.png);
  left: 0;
}
.right_btn1 {
  background-image: url(../images/feel4.png);
  right: 0;
}
.left_btn:hover {
  background-image: url(../images/feel3lan.png);
}
.right_btn:hover {
  background-image: url(../images/feel4lan.png);
}
.left_btn1:hover {
  background-image: url(../images/feel3lan.png);
}
.right_btn1:hover {
  background-image: url(../images/feel4lan.png);
}

.indexseven {
  width: 100%;
  padding-bottom: 110px;
}
.indexseven .ti {
  width: 100%;
  margin-top: 60px;
}
.indexseven .ti .zuo {
  width: 37.8%;
}
.new-demo {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.new-demo .item {
  display: block;
  position: relative;
  overflow: hidden;
}
.new-demo .item .datu {
  width: 100%;
  vertical-align: middle;
  height: 332px;
  transition: all 400ms;
}
.new-demo .item:hover .datu {
  transform: scale(1.05);
}
.new-demo .item .wenzi {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 120px;
  overflow: hidden;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.57);
  z-index: 2;
  padding: 28px 28px 0;
  box-sizing: border-box;
}
.new-demo .item .wenzi .hd {
  width: 65px;
  line-height: 20px;
  border-radius: 10px;
  background-color: #337bff;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.new-demo .item .wenzi .hang {
  width: 100%;
  line-height: 26px;
  margin: 7px 0;
  font-size: 16px;
  color: #fff;
  height: 26px;
  overflow: hidden;
  transition: all 200ms;
}
.new-demo .item .wenzi:hover .hang {
  color: #01c9fd;
}
.indexseven .ti .you {
  width: 57.1%;
}
.indexseven .ti .you li {
  width: 100%;
  margin-top: 40px;
}
.indexseven .ti .you li:first-child {
  margin-top: 0;
}
.indexseven .ti .you li .tu {
  width: 28.5%;
  overflow: hidden;
}
.indexseven .ti .you li .tu img {
  width: 100%;
  transition: all 400ms;
}
.indexseven .ti .you li:hover .tu img {
  transform: scale(1.05);
}
.indexseven .ti .you li .zi {
  width: 65.6%;
}
.indexseven .ti .you li .zi .bs {
  width: 63px;
  line-height: 18px;
  border: 1px solid #337bff;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  color: #337bff;
}
.indexseven .ti .you li .zi .tou {
  display: block;
  width: 100%;
  line-height: 28px;
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  transition: all 200ms;
  height: 28px;
  overflow: hidden;
}
.indexseven .ti .you li:hover .zi .tou {
  color: #337bff;
}
.indexseven .ti .you li .zi .riqi {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.indexseven .ti .you li .zi .shen {
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  height: 40px;
  overflow: hidden;
}
.indexeight {
  width: 100%;
  background: url(../images/indexeightbg2.png) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  height: 287px;
  align-items: center;
}

.indexeight .shiyong {
  /* padding: 33px 0 10px; */
  margin: 0 auto;
  display: flex;
  justify-content: left;
}

.indexeight .shiyong .shiyong-left {
  width: 465px;
  margin-right: 40px;
}

.indexeight .shiyong .shiyong-left img {
  width: 93%;
  position: relative;
  top: 10px;
}

.indexeight .shiyong .shiyong-right {
  margin-top: 43px;
  margin-left: 20px;
}

.indexeight .shiyong .right-des {
  margin-bottom: 10px;
}

.indexeight .shiyong .right-content-big-size {
  color: #01fafd;
  font-size: 24px;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  margin-right: 10px;
}

.indexeight .shiyong .right-content-big-size::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 24px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: relative;
  top: 0px;
}

.indexeight .shiyong .right-content-big-size::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 24px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: relative;
  top: 8px;
}

.indexeight .shiyong .right-content-big {
  font-weight: bold;
  color: #fefefe;
  font-size: 24px;
}

.indexeight .right-content-des-sm {
  display: none;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.9;
  color: #fefefe;
  text-align: center;
}

.indexeight .right-content-des {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.9;
  color: #fefefe;
}

.indexeight .right-btn-container {
  display: flex;
  margin-top: 50px;
  width: 320px;
  justify-content: space-between;
}

.indexeight .right-btn-container .right-btn {
  width: 130px;
  text-align: center;
  height: 32px;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  line-height: 32px;
}

.indexeight .right-btn-container .right-btn a {
  font-size: 15px;
  font-weight: 500;
  color: #0157ff;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #494949;
}

@media only screen and (min-width: 1457px) and (max-width: 1650px) {
  .indexeight .shiyong .right-content-big-size {
    font-size: 24px;
  }

  .indexeight .shiyong .right-content-big-size::before {
    top: 2px;
  }

  .indexeight .shiyong .right-content-big-size::after {
    top: 6px;
  }

  .indexeight .shiyong .right-content-big {
    font-size: 24px;
  }

  .indexeight .right-content-des {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1456px) {
  .indexeight .shiyong .right-content-big-size {
    font-size: 24px;
  }

  .indexeight .shiyong .right-content-big-size::before {
    top: 2px;
  }

  .indexeight .shiyong .right-content-big-size::after {
    top: 6px;
  }

  .indexeight .shiyong .right-content-big {
    font-size: 24px;
  }

  .indexeight .right-content-des {
    font-size: 18px;
  }

  .indexeight .shiyong .shiyong-right {
    margin-left: 0px;
    margin-top: 10px;
  }

  .indexeight .shiyong .shiyong-left {
    margin-right: 0px;
    width: 400px;
  }

  .indexeight .right-btn-container {
    display: flex;
    margin-top: 50px;
    width: 300px;
    justify-content: space-between;
  }

  .indexeight .right-btn-container .right-btn {
    line-height: 32px;
    width: 125px;
    height: 32px;
  }

  .indexeight .right-btn-container .right-btn a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .indexeight {
    height: 223px;
  }

  .indexeight .shiyong {
    /* padding: 32px 0 10px; */
  }

  .indexeight .shiyong .shiyong-right {
    margin: 0;
  }

  .indexeight .shiyong .right-content-big-size {
    font-size: 21px;
  }

  .indexeight .shiyong .right-content-big-size::before {
    top: 2px;
    height: 20px;
  }

  .indexeight .shiyong .right-content-big-size::after {
    top: 7px;
    height: 20px;
  }

  .indexeight .shiyong .right-content-big {
    font-size: 21px;
  }

  .indexeight .shiyong .shiyong-left {
    display: none;
  }

  .indexeight .right-content-des {
    font-size: 16px;
  }

  .indexeight .right-btn-container {
    display: flex;
    margin: 0 auto;
    margin-top: 50px;
    width: 310px;
    justify-content: space-between;
  }

  .indexeight .shiyong .right-des {
    text-align: center;
  }

  .indexeight .right-btn-container .right-btn {
    line-height: 32px;
    width: 125px;
    height: 32px;
  }

  .indexeight .right-btn-container .right-btn a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .indexeight {
    height: 150px;
  }

  .indexeight .shiyong {
    padding: 32px 0 10px;
  }

  .indexeight .shiyong .shiyong-right {
    margin: 0;
  }

  .indexeight .shiyong .right-content-big-size {
    font-size: 23px;
  }

  .indexeight .shiyong .right-content-big-size::before {
    top: 2px;
    height: 22px;
  }

  .indexeight .shiyong .right-content-big-size::after {
    top: 6px;
    height: 22px;
  }

  .indexeight .shiyong .right-des {
    text-align: center;
    display: none;
  }

  .indexeight .right-content-des {
    font-size: 16px;
    display: none;
  }

  .indexeight .right-content-des-sm {
    font-size: 18px;
    display: block;
  }

  .indexeight .shiyong .shiyong-left {
    display: none !important;
  }

  .indexeight .shiyong .right-content-big {
    font-size: 20px;
  }

  .indexeight .right-btn-container .right-btn {
    width: 125px;
    height: 30px;
    border-radius: 4px;
    line-height: 30px;
  }

  .indexeight .right-btn-container {
    margin: 25px auto;
    width: 370px;
    margin-bottom: 20px;
    justify-content: center;
  }

  .indexeight .right-btn-container .right-btn a {
    font-size: 14px;
  }

  .indexeight .right-btn-container .right-btn-ask {
    display: none;
  }
}
.mfoot {
  width: 100%;
  background-color: #262f3e;
}
.mfoot .shang {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #404855;
}
.mfoot .shang .one {
  margin-right: 30px;
}
.mfoot .shang .one .ftou {
  display: block;
  line-height: 32px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  transition: all 200ms;
  width: 120px;
  /*border-bottom: 1px solid #999da4;margin-bottom: 16px;*/
}
.mfoot .shang .one a:hover {
  color: #01c9fd;
}
.mfoot .shang .one .fshen {
  display: block;
  line-height: 26px;
  font-size: 14px;
  color: #9b9ea0;
}
.mfoot .shang .seven {
  width: 280px;
  margin-top: 20px;
}
.mfoot .shang .seven .hang {
  margin-bottom: 8px;
}
.mfoot .shang .seven .tb {
  width: 22px;
  height: 22px;
  border: 2px solid #94989f;
  border-radius: 50%;
  color: #94989f;
  text-align: center;
  margin-top: 5px;
  line-height: 22px;
}
.mfoot .shang .seven .tb i {
  font-size: 14px;
}
.mfoot .shang .seven .wz {
  width: 248px;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
}
.mfoot .shang .seven .wz div {
  line-height: 24px;
  font-size: 18px;
  color: #fff;
}
.mfoot .shang .seven .wz div.jia {
  font-size: 16px;
}
.mfoot .shang .seven .hang3 .wz div {
  font-size: 14px;
}
.mfoot .shang .eight {
  width: 106px;
  margin-right: 20px;
  margin-top: 28px;
}
.mfoot .shang .eight .tu {
  width: 100%;
}
.mfoot .shang .eight .tu img {
  width: 100%;
}
.mfoot .shang .eight .zi {
  line-height: 36px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.mfoot .xia {
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  padding: 26px 0 50px;
}
.mfoot .xia a {
  color: #fff;
  transition: all 200ms;
}
.mfoot .xia a:hover {
  color: #01c9fd;
}

/*内页*/
.suoyouone {
  width: 100%;
  position: relative;
}
.suoyouone .datu {
  width: 100%;
}
.suoyouone.bangzone .datu {
  max-height: 410px;
}
.suoyouone .fuzi {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.suoyouone .fuzi .tou {
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  font-weight:bold;
  margin-bottom: 16px;
}
.suoyouone .fuzi .ens {
    font-size:16px;
    opacity: 0.6;
    color:#fff;
    line-height: 16px;
}
.suoyouone .fuzi .shen {
    max-width: 500px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  position: relative;
  padding-top:40px;
}
.suoyouone .zhongdao {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.21);
  overflow: hidden;
}
.suoyouone .zhongdao .ggwid {
  position: relative;
  z-index: 22;
}
.suoyouone .zhongdao li {
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
}
.suoyouone .zhongdao li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.suoyouone .zhongdao .sekuai {
  width: 170px;
  height: 50px;
  position: absolute;
  top: 0;
  background-color: #01c9fd;
  z-index: -1;
  transition: all 400ms;
}
.erdao {
  width: 100%;
  padding: 35px 0;
  line-height: 36px;
  text-align: right;
  color: #999;
  font-size: 14px;
}
.erdao i {
  font-size: 16px;
  margin-right: 2px;
}
.erdao a {
  color: #999;
  transition: all 200ms;
}
.erdao a:hover {
  color: #01c9fd;
}
.erdao a.active {
  color: #01c9fd;
}
.erdao .juzuo li {
  text-align: center;
  border-left: 1px solid #ccc;
  padding: 0 30px;
  line-height: 26px;
  margin: 5px 0;
}
.erdao .juzuo li.active a {
  color: #01c9fd;
  text-decoration: underline;
}
.erdao .juzuo li:hover a {
  color: #01c9fd;
  text-decoration: underline;
}
.erdao .juzuo li:first-child {
  border-left: none;
}

/*shiyong.html*/
.shiytwo {
  width: 100%;
  padding-bottom: 86px;
}
.shiytwo li {
  width: 100%;
  border: 1px solid #efefef;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 40px;
  margin-bottom: 28px;
}
.shiytwo li .tu {
  width: 8.4%;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 13px;
}
.shiytwo li .tu img {
  width: 100%;
  transition: all 400ms;
}
.shiytwo li .tu:hover img {
  transform: scale(1.05);
}
.shiytwo li .zi {
  width: 75%;
  margin-left: 3%;
}
.shiytwo li .zi .tou {
  display: block;
  line-height: 26px;
  font-size: 16px;
  color: #333;
  transition: all 200ms;
  height: 26px;
  overflow: hidden;
}
.shiytwo li .zi:hover .tou {
  color: #01c9fd;
}
.shiytwo li .zi .riqi {
  line-height: 26px;
  font-size: 14px;
  color: #666;
}
.shiytwo li .zi .shen {
  line-height: 28px;
  font-size: 14px;
  color: #666;
  height: 56px;
  overflow: hidden;
}
.shiytwo li .zi .za {
  line-height: 28px;
  font-size: 14px;
  margin-top: 20px;
}
.shiytwo li .zi .za i {
  margin-right: 3px;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.shiytwo li .zi .za span {
  margin-right: 30px;
  color: #888;
  transition: all 200ms;
}
.shiytwo li .zi .za span:hover {
  color: #01c9fd;
}

/*faq.html*/
.faqtwo {
  width: 100%;
  padding-bottom: 86px;
}
.faqtwo li {
  width: 100%;
  border: 1px solid #efefef;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 28px;
}
.faqtwo li .one {
  width: 100%;
}
.faqtwo li .one .tu {
  width: 2.7%;
}
.faqtwo li .one .tu img {
  width: 100%;
}
.faqtwo li .one .zi {
  width: auto;
  margin-left: 1%;
  line-height: 26px;
  padding: 7px 20px 7px 10px;
  border-radius: 20px;
  background-color: #e9eaeb;
  position: relative;
  font-size: 16px;
  color: #333;
  min-width: 360px;
}
.faqtwo li .one .zi .jiao {
  width: 7px;
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -6px;
  line-height: 0;
}
.faqtwo li .one .zi .jiao img {
  width: 100%;
  line-height: 0;
}
.faqtwo li .two {
  width: 100%;
  margin-top: 14px;
}
.faqtwo li .two .tu {
  width: 2.7%;
}
.faqtwo li .two .tu img {
  width: 100%;
}
.faqtwo li .two .zi {
  width: 90%;
  margin-left: 1%;
  line-height: 28px;
  font-size: 14px;
  color: #666;
}

/*lianxi.html*/
.lianxtwo {
  width: 100%;
  background: url(../images/lxbg.jpg) no-repeat top center;
  background-size: cover;
}
.lianxtwo .lxti {
  padding: 95px 0 110px;
}
.lianxtwo .zuo {
  width: 58.35%;
  margin-left: 4.42%;
  position: relative;
}
.lianxtwo .zuo .datu {
  width: 100%;
}
.lianxtwo .zuo .kuai {
  width: 8px;
  height: 8px;
  position: absolute;
  margin-left: -4px;
  margin-top: -4px;
  background-color: #fa6d1b;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}
.lianxtwo .zuo .kuai .mz {
  width: 50px;
  line-height: 20px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  z-index: 3;
}
.lianxtwo .zuo .kuai .futu {
  width: 442px;
  position: absolute;
  left: 50%;
  margin-left: -213px;
  bottom: 12px;
  z-index: 3;
  display: none;
}
.lianxtwo .zuo .kuai .futu img {
  width: 100%;
  vertical-align: top;
}
.lianxtwo .zuo .kuai .zho {
  width: 100%;
  height: 100%;
  background-color: #61a7e0;
  z-index: 2;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.lianxtwo .zuo .kuai .ceng {
  width: 100%;
  height: 100%;
  background-color: #61a7e0;
  /*border: 1px solid #e6343c;*/
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: 1;
}
.lianxtwo .zuo .kuai .ceng1 {
  animation: fangda 3s 0.2s infinite both;
  -webkit-animation: fangda 3s 0.2s infinite both;
  -moz-animation: fangda 3s 0.2s infinite both;
}
.lianxtwo .zuo .kuai .ceng2 {
  animation: fangda 3s 1s infinite both;
  -webkit-animation: fangda 3s 1s infinite both;
  -moz-animation: fangda 3s 1s infinite both;
}
.lianxtwo .zuo .kuai .ceng3 {
  animation: fangda 3s 1.8s infinite both;
  -webkit-animation: fangda 3s 1.8s infinite both;
  -moz-animation: fangda 3s 1.8s infinite both;
}
.lianxtwo .zuo .kuai .ceng4 {
  animation: fangda 3s 2.6s infinite both;
  -webkit-animation: fangda 3s 2.6s infinite both;
  -moz-animation: fangda 3s 2.6s infinite both;
}
@-webkit-keyframes fangda {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}
@-moz-keyframes fangda {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}
@keyframes fangda {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}
.lianxtwo .zuo .kuaibj {
  left: 74.9%;
  top: 39%;
}
.lianxtwo .zuo .kuaibj .zho {
  background-color: #f68c20;
}
.lianxtwo .zuo .kuaibj .ceng {
  background-color: #f68c20;
}
.lianxtwo .zuo .kuainx {
  left: 56.4%;
  top: 48.9%;
  z-index: 4;
}
.lianxtwo .zuo .kuaixa {
  left: 62.9%;
  top: 55.4%;
  z-index: 5;
}
.lianxtwo .zuo .kuaixa .zho {
  background-color: #01c9fd;
}
.lianxtwo .zuo .kuaixa .ceng {
  background-color: #01c9fd;
}
.lianxtwo .zuo .kuaihn {
  left: 69.7%;
  top: 57.7%;
  z-index: 6;
}
.lianxtwo .zuo .kuaish {
  left: 86.9%;
  top: 61.4%;
  z-index: 7;
}
.lianxtwo .zuo .kuaihz {
  left: 84.4%;
  top: 68.4%;
  z-index: 8;
}
.lianxtwo .zuo .kuaihz .zho {
  background-color: #6179e0;
}
.lianxtwo .zuo .kuaihz .ceng {
  background-color: #6179e0;
}
.lianxtwo .zuo .kuaisz {
  left: 72.2%;
  top: 83.4%;
  z-index: 9;
}
.lianxtwo .you {
  width: 25%;
  margin-right: 4.42%;
  margin-top: 150px;
}
.lianxtwo .you li {
  width: 100%;
  padding: 16px 5.7%;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
}
.lianxtwo .you li .tu {
  width: 11.9%;
}
.lianxtwo .you li .tu i {
  font-size: 28px;
  color: #ff6666;
  font-weight: bold;
}
.lianxtwo .you li.xa .tu i {
  color: #01c9fd;
}
.lianxtwo .you li.bj .tu i {
  color: #f68c20;
}
.lianxtwo .you li.hz .tu i {
  color: #6179e0;
}
.lianxtwo .you li .zi {
  width: 88%;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  margin-top: 2px;
}

/*news.html*/
.newstwo {
  width: 100%;
}
.newstwo .onebu {
  padding-bottom: 62px;
  border-bottom: 1px solid #e8e8e8;
}
.newstwo .onebu li {
  width: 31.4%;
  margin-left: 2.9%;
}
.newstwo .onebu li:first-child {
  margin-left: 0;
}
.newstwo .onebu li .tu {
  width: 100%;
  overflow: hidden;
}
.newstwo .onebu li .tu img {
  width: 100%;
  transition: all 400ms;
  height: 315px;
}
.newstwo .onebu li:hover .tu img {
  transform: scale(1.05);
}
.newstwo .onebu li .tou {
  display: block;
  width: 100%;
  line-height: 24px;
  margin-top: 27px;
  font-size: 16px;
  color: #333;
  height: 24px;
  overflow: hidden;
  transition: all 200ms;
}
.newstwo .onebu li:hover .tou {
  color: #01c9fd;
}
.newstwo .onebu li .riqi {
  width: 100%;
  line-height: 38px;
  font-size: 14px;
  color: #666;
}
.newstwo .onebu li .shen {
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  height: 40px;
  overflow: hidden;
}
.newstwo .onebu li .more {
  display: block;
  width: 110px;
  line-height: 32px;
  font-size: 14px;
  margin-top: 27px;
  color: #666;
  transition: all 200ms;
}
.newstwo .onebu li:hover .more {
  color: #01c9fd;
}
.newstwo .onebu li .more span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #cbcbcb;
  color: #fff;
  transition: all 200ms;
  margin-left: 16px;
}
.newstwo .onebu li:hover .more span {
  background-color: #01c9fd;
}
.newstwo .onebu li .more span i {
  font-size: 12px;
}
.newstwo .twobu {
  width: 100%;
}
.newstwo .twobu li {
  width: 100%;
  padding: 66px 0;
  border-bottom: 1px solid #e8e8e8;
}
.newstwo .twobu li .tu {
  width: 23.43%;
  overflow: hidden;
}
.newstwo .twobu li .tu img {
  width: 100%;
  transition: all 400ms;
  height: 207px;
}
.newstwo .twobu li:hover .tu img {
  transform: scale(1.05);
}
.newstwo .twobu li .zi {
  width: 72.85%;
  margin-left: 3.72%;
}
.newstwo .twobu li .zi .tou {
  display: block;
  width: 100%;
  line-height: 24px;
  margin-top: 27px;
  font-size: 16px;
  color: #333;
  height: 24px;
  overflow: hidden;
  transition: all 200ms;
}
.newstwo .twobu li:hover .zi .tou {
  color: #01c9fd;
}
.newstwo .twobu li .zi .riqi {
  width: 100%;
  line-height: 38px;
  font-size: 14px;
  color: #666;
}
.newstwo .twobu li .zi .shen {
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  height: 40px;
  overflow: hidden;
}
.newstwo .twobu li .zi .more {
  display: block;
  width: 110px;
  line-height: 32px;
  font-size: 14px;
  margin-top: 27px;
  color: #666;
  transition: all 200ms;
}
.newstwo .twobu li:hover .zi .more {
  color: #01c9fd;
}
.newstwo .twobu li .zi .more span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #cbcbcb;
  color: #fff;
  transition: all 200ms;
  margin-left: 16px;
}
.newstwo .twobu li:hover .zi .more span {
  background-color: #01c9fd;
}
.newstwo .twobu li .zi .more span i {
  font-size: 12px;
}
.newstwo .fenye {
  width: 100%;
  line-height: 42px;
  padding: 110px 0;
  text-align: center;
}
.newstwo .fenye a {
  display: inline-block;
  font-size: 14px;
  color: #666;
  transition: all 200ms;
}
.newstwo .fenye .sy {
  padding: 0 6px;
}
.newstwo .fenye .syy {
  padding: 0 6px;
  margin-right: 8px;
}
.newstwo .fenye .xyy {
  padding: 0 6px;
  margin-left: 8px;
}
.newstwo .fenye .wy {
  padding: 0 6px;
}
.newstwo .fenye a:hover {
  color: #01c9fd;
}
.newstwo .fenye .num {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #dddddd;
  margin: 0 5px;
}
.newstwo .fenye .num.active {
  background-color: #01c9fd;
  color: #fff;
}
.newstwo .fenye .num:hover {
  background-color: #01c9fd;
  color: #fff;
}

/*yingy.html*/
.yingytwo {
  width: 100%;
}
.yingytwo .onebu {
  border-bottom: 1px solid #e8e8e8;
}
.yingytwo .onebu li {
  width: 31.4%;
  margin-left: 2.9%;
  padding-bottom: 62px;
}
.yingytwo .onebu li:nth-child(3n + 1) {
  margin-left: 0;
}
.yingytwo .onebu li .tu {
  width: 100%;
  overflow: hidden;
}
.yingytwo .onebu li .tu img {
  width: 100%;
  transition: all 400ms;
  height: auto;
  max-height: 314px;
}
.yingytwo .onebu li:hover .tu img {
  transform: scale(1.05);
}
.yingytwo .onebu li .tou {
  display: block;
  width: 100%;
  line-height: 24px;
  margin-top: 27px;
  font-size: 16px;
  color: #333;
  height: 24px;
  overflow: hidden;
  transition: all 200ms;
}
.yingytwo .onebu li:hover .tou {
  color: #01c9fd;
}
.yingytwo .onebu li .riqi {
  width: 100%;
  line-height: 38px;
  font-size: 14px;
  color: #666;
}
.yingytwo .onebu li .shen {
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  height: 40px;
  overflow: hidden;
}
.yingytwo .onebu li .more {
  display: block;
  width: 110px;
  line-height: 32px;
  font-size: 14px;
  margin-top: 27px;
  color: #666;
  transition: all 200ms;
}
.yingytwo .onebu li:hover .more {
  color: #01c9fd;
}
.yingytwo .onebu li .more span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #cbcbcb;
  color: #fff;
  transition: all 200ms;
  margin-left: 16px;
}
.yingytwo .onebu li:hover .more span {
  background-color: #01c9fd;
}
.yingytwo .onebu li .more span i {
  font-size: 12px;
}
.fenye {
  width: 100%;
  line-height: 42px;
  padding: 110px 0;
  text-align: center;
}
.fenye a {
  display: inline-block;
  font-size: 14px;
  color: #666;
  transition: all 200ms;
}
.fenye .sy {
  padding: 0 6px;
}
.fenye .syy {
  padding: 0 6px;
  margin-right: 8px;
}
.fenye .xyy {
  padding: 0 6px;
  margin-left: 8px;
}
.fenye .wy {
  padding: 0 6px;
}
.fenye a:hover {
  color: #01c9fd;
}
.fenye .num {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #dddddd;
  margin: 0 5px;
}
.fenye .num.active {
  background-color: #01c9fd;
  color: #fff;
}
.fenye .num:hover {
  background-color: #01c9fd;
  color: #fff;
}

/*zcbangz.html*/
.bangztwo {
  width: 100%;
}
.bangztwo li {
  width: 48%;
  margin-left: 4%;
}
.bangztwo li:first-child {
  margin-left: 0;
}
.bangztwo li .biaot {
  width: 100%;
  text-align: center;
  line-height: 37px;
  font-size: 24px;
  color: #333;
}
.bangztwo li .ms {
  width: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.bangztwo li .one {
  width: 100%;
  margin-top: 38px;
}
.bangztwo li .one .onex {
  width: 49%;
  margin-left: 1%;
  text-align: center;
  padding: 4px 0 20px;
  background-color: #d9f8ff;
  position: relative;
  overflow: hidden;
  color: #38a6bd;
  transition: all 200ms;
}
.bangztwo li .one .onex a {
  color: #38a6bd;
}
.bangztwo li.you .one .onex {
  background-color: #e6f7f5;
}
.bangztwo li .one .onex:hover a {
  color: #fff;
}
.bangztwo li .one .onex:first-child {
  margin-left: 0;
}
.bangztwo li .one .onex .tu {
  width: 100%;
  padding: 12px 0;
  position: relative;
  z-index: 2;
}
.bangztwo li .one .onex .tu img {
  width: 87px;
}
.bangztwo li .one .onex .tu img.img1 {
  display: none;
}
.bangztwo li .one .onex:hover .tu img.img1 {
  display: inline-block;
}
.bangztwo li .one .onex:hover .tu img.img2 {
  display: none;
}
.bangztwo li .one .onex .tou {
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.bangztwo li .one .onex .shen {
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.bangztwo li .one .onex .fuceng {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #03d2ff;
  z-index: 1;
  transition: all 200ms;
}
.bangztwo li.you .one .onex .fuceng {
  background-color: #58cbba;
}
.bangztwo li .one .onex:hover .fuceng {
  top: 0;
}
.bangztwo li .two {
  width: 100%;
  margin-top: 16px;
  padding: 24px 22%;
  box-sizing: border-box;
  background-color: #d9f8ff;
  position: relative;
  color: #38a6bd;
  transition: all 200ms;
  overflow: hidden;
}
.bangztwo li.you .two {
  background-color: #e6f7f5;
}
.bangztwo li .two:hover {
  color: #fff;
}
.bangztwo li .two .tu {
  width: 24.8%;
  margin-right: 4.2%;
  position: relative;
  z-index: 2;
}
.bangztwo li .two .tu img {
  width: 100%;
}
.bangztwo li .two .tu img.img1 {
  display: none;
}
.bangztwo li .two:hover .tu img.img1 {
  display: inline-block;
}
.bangztwo li .two:hover .tu img.img2 {
  display: none;
}
.bangztwo li .two .zi {
  width: 71%;
  position: relative;
  z-index: 2;
}
.bangztwo li .two .zi .tou {
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  font-weight: bold;
  margin-top: 20px;
}
.bangztwo li .two .zi .shen {
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.bangztwo li .two .fuceng {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #03d2ff;
  z-index: 1;
  transition: all 200ms;
}
.bangztwo li.you .two .fuceng {
  background-color: #58cbba;
}
.bangztwo li .two:hover .fuceng {
  top: 0;
}
.bangzthree {
  width: 100%;
  padding-top: 94px;
}
.bangzthree .tit {
  width: 100%;
}
.bangzthree .tit .tou {
  width: 100%;
  text-align: center;
  line-height: 37px;
  font-size: 24px;
  color: #333;
}
.bangzthree .tit .ms {
  width: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.bangzthree .ti {
  width: 100%;
  margin-top: 45px;
  background-color: #e0e2e4;
}
.bangzthree .ti .ggwid {
  position: relative;
}
.bangzthree .ti .datu {
  width: 100%;
}
.bangzthree .ti .fuceng {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.47);
  z-index: 2;
}
.bangzthree .ti .fuceng .tub {
  width: 92px;
  position: absolute;
  left: 50%;
  margin-left: -46px;
  top: 50%;
  margin-top: -46px;
}
.bangzthree .ti .fuceng .tub img {
  width: 100%;
}
.bangzfour {
  width: 100%;
  padding: 95px 0 110px;
}
.bangzfour .tit {
  width: 100%;
  line-height: 48px;
  font-size: 24px;
  color: #333;
}
.bangzfour .banben {
  width: 50%;
  border-right: 1px solid #e8e8e8;
  min-height: 340px;
}
.bangzfour .banben .ti {
  margin-top: 30px;
  width: 100%;
}
.bangzfour .banben .ti li {
  width: 100%;
  line-height: 42px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  height: 42px;
}
.bangzfour .banben .ti li:hover {
  color: #01c9fd;
}
.bangzfour .banben .ti li a {
  color: inherit;
}
.bangzfour .banben .ti li .wenz {
  width: 73.4%;
  margin-right: 2%;
}
.bangzfour .banben .ti li .wenz i {
  font-size: 24px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.bangzfour .banben .ti li .riqi {
  width: 21.4%;
}
.bangzfour .yjfk {
  width: 42.1%;
}
.bangzfour .yjfk .ti {
  width: 100%;
}
.bangzfour .yjfk .ti li {
  width: 100%;
  margin-top: 8px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.bangzfour .yjfk .ti li .mz {
  width: 52px;
  min-height: 1px;
}
.bangzfour .yjfk .ti li .shr {
  width: 330px;
  height: 30px;
  border: 1px solid #e7e7e7;
  color: #666;
  padding: 0 10px;
  box-sizing: border-box;
}
.bangzfour .yjfk .ti li textarea {
  width: 440px;
  height: 90px;
  line-height: 24px;
  font-family: "microsoft yahei";
  color: #666;
  border: 1px solid #e7e7e7;
  resize: none;
  outline: none;
  padding: 10px;
  box-sizing: border-box;
}
.bangzfour .yjfk .ti li .tij {
  width: 146px;
  height: 34px;
  background-color: #03d2ff;
  color: #fff;
  font-size: 16px;
  transition: all 200ms;
  margin-top: 10px;
  cursor: pointer;
}
.bangzfour .yjfk .ti li .tij:hover {
  background-color: #19afd6;
}

/*zixun.html*/
.zxtwo {
  width: 100%;
}
.zxtwo li {
  width: 23.2%;
  margin-left: 2.4%;
  border-bottom-right-radius: 17px;
  border-top-left-radius: 17px;
  overflow: hidden;
  position: relative;
}
.zxtwo li:first-child {
  margin-left: 0;
}
.zxtwo li .datu {
  width: 100%;
}
.zxtwo li .fuceng {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(46, 48, 51, 0.86);
  transition: all 200ms;
}
.zxtwo li:hover .fuceng {
  background-color: rgba(0, 196, 254, 0.86);
}
.zxtwo li .fuzi {
  width: 94%;
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  color: #fff;
  text-align: center;
  transition: all 400ms;
}
.zxtwo li:hover .fuzi {
  margin-top: -65px;
}
.zxtwo li .fuzi .tou {
  font-size: 24px;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
}
.zxtwo li .fuzi .shen {
  font-size: 14px;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
  display: none;
}
.zxtwo li:hover .fuzi .shen {
  display: block;
}
.zxthree {
  width: 100%;
}
.zxthree .ti {
  width: 82.1%;
  margin: 0 auto;
}
.zxthree .ti li {
  width: 100%;
  background-color: #e8e8e8;
  margin-top: 40px;
}
.zxthree .ti li .zi {
  width: 17.4%;
  padding: 72px 9.2% 0;
}
.zxthree .ti li .zi .tou {
  line-height: 40px;
  font-size: 24px;
  color: #333;
}
.zxthree .ti li .zi .shen {
  line-height: 23px;
  font-size: 16px;
  color: #333;
  height: 46px;
  overflow: hidden;
}
.zxthree .ti li .zi .more {
  display: block;
  width: 128px;
  line-height: 28px;
  border: 1px solid #04c9fd;
  border-radius: 15px;
  text-align: center;
  margin-top: 18px;
  color: #04c9fd;
  position: relative;
  overflow: hidden;
  transition: all 200ms;
  z-index: 1;
}
.zxthree .ti li:hover .zi .more {
  color: #fff;
}
.zxthree .ti li .zi .more .ceng {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #04c9fd;
  transition: all 400ms;
  z-index: -1;
}
.zxthree .ti li:hover .zi .more .ceng {
  right: 0;
}
.zxthree .ti li .tu {
  width: 56.5%;
  position: relative;
}
.zxthree .ti li.one .tu {
  padding-left: 6.3%;
  border-left: 1px dashed #c5c5c5;
}
.zxthree .ti li.one .dian {
  width: 16px;
  height: 16px;
  position: absolute;
  left: -8px;
  border-radius: 50%;
  background-color: #fff;
}
.zxthree .ti li.two .tu {
  padding-right: 6.3%;
  border-right: 1px dashed #c5c5c5;
}
.zxthree .ti li.two .dian {
  width: 16px;
  height: 16px;
  position: absolute;
  right: -8px;
  border-radius: 50%;
  background-color: #fff;
}
.zxthree .ti li .dianyi {
  top: -8px;
}
.zxthree .ti li .dianer {
  bottom: -8px;
}
.zxthree .ti li .tu img {
  width: 100%;
}
.zxfour {
  width: 100%;
}
.zxfour .ti {
  width: 100%;
  padding-bottom: 110px;
}
.swiper-container {
  width: 1300px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 62px;
  height: 314px;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 450px;
  height: 270px;
}
.swiper-slide .tu {
  width: 100%;
}
.swiper-slide img {
  width: 100%;
}
.swiper-slide .zi {
  width: 100%;
  margin-top: 34px;
  display: none;
  text-align: center;
}
.swiper-slide.swiper-slide-active .zi {
  display: block;
}
.swiper-slide .zi .tou {
  line-height: 36px;
  font-size: 24px;
  color: #333;
}
.swiper-slide .zi .shen {
  line-height: 26px;
  font-size: 20px;
  color: #333;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  outline: none;
  margin-top: -35px;
  z-index: 10;
  cursor: pointer;
  background-size: 33px 22px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.swiper-button-prev {
  background-image: url(../images/zuohui.png);
  background-color: #fff;
}
.swiper-button-prev:hover {
  background-image: url(../images/zuolan.png);
  background-color: #fff;
}
.swiper-button-next {
  background-image: url(../images/youhui.png);
  background-color: #fff;
}
.swiper-button-next:hover {
  background-image: url(../images/youlan.png);
  background-color: #fff;
}

/*licheng.html*/
.lictwo {
  width: 100%;
  background: url(../images/lictwobg.png) no-repeat bottom center;
  background-color: #fdfdfe;
  overflow: hidden;
  background-size: cover;
}
.lictwo .intit {
  padding-top: 0;
  width: 646px;
  margin: 0 auto;
}
.lictwo .ggwid {
  width: 1609px;
}
.lictwo .ti {
  width: 100%;
  margin: 160px 0 230px;
  position: relative;
}
.lictwo .ti .dongw {
  width: 0;
  overflow: hidden;
}
.lictwo .ti .bgtu {
  width: 100%;
}
.lictwo .ti .bgtu img {
  width: 100%;
}
.lictwo .ti .dian {
  width: 49px;
  position: absolute;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 1600ms;
}
.lictwo .ti.chux .dian {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lictwo .ti .dian .datu {
  width: 100%;
  position: relative;
  z-index: 9;
}
.lictwo .ti .dian .dazi {
  width: 62px;
  position: absolute;
  font-size: 24px;
  color: #333;
  line-height: 30px;
  left: 50%;
  text-align: center;
  margin-left: -31px;
  top: -20px;
}
.lictwo .ti .dian .biaoshang {
  width: 170px;
  position: absolute;
  left: 50%;
  margin-left: -85px;
  bottom: 25px;
  z-index: 8;
}
.lictwo .ti .dian .biaoxia {
  width: 170px;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 25px;
  z-index: 8;
}
.lictwo .ti .dian .tou {
  font-size: 16px;
  color: #333;
  line-height: 36px;
}
.lictwo .ti .dian .biaoxia .tou {
  margin-top: 7px;
}
.lictwo .ti .dian .biaoshang .shen {
  margin-bottom: 15px;
}
.lictwo .ti .dian .shen {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.lictwo .ti .dian .tu {
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.lictwo .ti .dian .tu img {
  width: auto;
}
.lictwo .ti .dian .biaoxia .tu img {
  position: absolute;
  left: 31px;
  bottom: 0;
}
.lictwo .ti .dian1 {
  left: 10%;
  top: 76.6%;
}
.lictwo .ti .dian1 .tu {
  height: 132px;
}
.lictwo .ti .dian2 {
  left: 17%;
  top: 73.6%;
  transition-delay: 0.3s;
}
.lictwo .ti .dian2 .tu {
  height: 132px;
}
.lictwo .ti .dian3 {
  left: 26%;
  top: 76.6%;
  transition-delay: 0.6s;
}
.lictwo .ti .dian3 .tu {
  height: 170px;
}
.lictwo .ti .dian4 {
  left: 41%;
  top: 46.6%;
  transition-delay: 0.9s;
}
.lictwo .ti .dian4 .biaoshang .tu {
  height: 157px;
}
.lictwo .ti .dian4 .biaoxia .tu {
  height: 250px;
}
.lictwo .ti .dian5 {
  left: 57%;
  top: 42.6%;
  transition-delay: 1.2s;
}
.lictwo .ti .dian5 .biaoshang .tu {
  height: 214px;
}
.lictwo .ti .dian5 .biaoxia .tu {
  height: 276px;
}
.lictwo .ti .dian6 {
  left: 72%;
  top: 46.6%;
  transition-delay: 1.5s;
}
.lictwo .ti .dian6 .tu {
  height: 280px;
}
.lictwo .ti .dian7 {
  left: 86%;
  top: 33.6%;
  transition-delay: 1.8s;
}
.lictwo .ti .dian7 .biaoshang .tu {
  height: 320px;
}
.lictwo .ti .dian7 .biaoxia .tu {
  height: 400px;
}
.lictwo .ti .diana1 {
  left: 10%;
  top: 76.6%;
}
.lictwo .ti .diana1 .tu {
  height: 132px;
}
.lictwo .ti .diana2 {
  left: 26%;
  top: 75.6%;
}
.lictwo .ti .diana2 .tu {
  height: 132px;
}
.lictwo .ti .diana3 {
  left: 42%;
  top: 43.6%;
  transition-delay: 0.3s;
}
.lictwo .ti .diana3 .tu {
  height: 132px;
}
.lictwo .ti .diana4 {
  left: 58%;
  top: 42.6%;
  transition-delay: 0.9s;
}
.lictwo .ti .diana4 .biaoshang .tu {
  height: 130px;
}
.lictwo .ti .diana4 .biaoxia .tu {
  height: 140px;
}
.lictwo .ti .diana5 {
  left: 73%;
  top: 46.6%;
  transition-delay: 1.2s;
}
.lictwo .ti .diana5 .tu {
  height: 150px;
}
.lictwo .ti .diana6 {
  left: 86%;
  top: 35.6%;
  transition-delay: 0.6s;
}
.lictwo .ti .diana6 .tu {
  height: 150px;
}
.lictwo .ti .bitot1 {
  width: 175px;
  height: 100px;
  background: url(../images/liuczibg1.png) no-repeat center center;
  padding: 20px;
  box-sizing: border-box;
  line-height: 24px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  position: absolute;
  left: 61px;
  top: -120px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 1600ms;
}
.lictwo .ti.chux .bitot1 {
  top: -80px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition-delay: 2s;
}
.lictwo .ti .bitot2 {
  width: 175px;
  height: 100px;
  background: url(../images/liuczibg2.png) no-repeat center center;
  padding: 30px 36px;
  box-sizing: border-box;
  line-height: 24px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  position: absolute;
  right: 65px;
  bottom: -270px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 1600ms;
}
.lictwo .ti.chux .bitot2 {
  bottom: -180px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition-delay: 2s;
}
.lictwo .tier {
  display: none;
}
.lictwo .tisan {
  width: 1400px;
  margin: 0 auto;
  max-width: 100%;
  padding-bottom: 100px;
}
.lcts-demo {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.lcts-demo .item {
  display: block;
  position: relative;
  overflow: hidden;
}
.lcts-demo .item .datu {
  width: 100%;
  vertical-align: middle;
  height: 245px;
}
.licthree {
  width: 100%;
  padding-bottom: 110px;
}
.licthree .intit {
  width: 646px;
  margin: 0 auto;
}
.licthree .ti {
  width: 100%;
}
.licthree .ti .one {
  width: 71.4%;
  margin: 0 auto;
}
.licthree .ti .one .zi {
  line-height: 24px;
  font-size: 16px;
  color: #666;
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
}
.licthree .ti .one img {
  width: 100%;
}
.licthree .ti .two {
  width: 78.5%;
  margin: 68px auto;
}
.brand-list {
  width: 100%;
  margin: 10px auto 0 auto;
  position: relative;
}
.brand-list .itemtp {
  position: absolute;
  width: 30.2%;
  padding: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
  box-shadow: 0 0 10px #ccc;
  margin-left: 17px;
}
.brand-list .itemtp img {
  width: 100%;
}
.licthree .ti .three {
  width: 78.5%;
  margin: 68px auto;
}
.licthree .ti .three ul {
  width: 100%;
}
.licthree .ti .three li {
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #ccc;
}
.licthree .ti .three img {
  width: 100%;
}
.licthree .ti .three .zban {
  width: 25.4%;
}
.licthree .ti .three .dban {
  width: 42.6%;
  margin-left: 3.3%;
}
.licthree .ti .three .sban {
  width: 25.4%;
  margin-left: 3.3%;
}
.licthree .ti .four {
  width: 78.5%;
  margin: 68px auto;
}
.licthree .ti .four ul {
  width: 100%;
}
.licthree .ti .four li {
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #ccc;
  width: 30.53%;
  margin: 0 1.4% 20px;
}
.licthree .ti .four img {
  width: 100%;
}

/*cpai.html*/
.cpaitwo {
  width: 100%;
}
.cpaitwo .intit {
  padding-top: 6px;
}
.cpaitwo .ti {
  width: 50%;
  margin: 20px auto 0;
}
.cpaitwo .ti img {
  width: 100%;
}
.cpaithree {
  width: 100%;
  margin-top: 68px;
}
.cpaithree li {
  width: 100%;
  padding: 68px 0;
}
.cpaithree li:nth-child(odd) {
  background-color: #f4f4f5;
}
.cpaithree li .tu {
  width: 52.9%;
}
.cpaithree li .tu img {
  width: 100%;
}
.cpaithree li .zi {
  width: 40.8%;
}
.cpaithree li .zi .tou {
  width: 100%;
  margin-top: 120px;
  line-height: 26px;
  font-size: 18px;
  color: #333;
  padding: 6px 0;
}
.cpaithree li .zi .shen {
  width: 100%;
  line-height: 26px;
  font-size: 14px;
  color: #666;
}
.cpaifour {
  width: 100%;
  padding-bottom: 150px;
  overflow: hidden;
}
.cpaifour .intit {
  padding-top: 6px;
}
.cpaifour .ti {
  width: 37.1%;
  position: relative;
  margin: 110px auto 0;
}
.cpaifour .ti .datu {
  width: 100%;
  position: relative;
  z-index: 8;
}
.cpaifour .ti .kuai {
  width: 400px;
  padding: 20px 34px;
  box-sizing: border-box;
  background-color: #efeff1;
  position: absolute;
  z-index: 6;
  transition: all 400ms;
}
.cpaifour .ti .kuai:hover {
  background-color: #01c9fd;
}
.cpaifour .ti .kuai1 {
  right: 109%;
  top: -35px;
}
.cpaifour .ti .kuai2 {
  right: 109%;
  top: 146px;
}
.cpaifour .ti .kuai3 {
  right: 109%;
  top: 331px;
}
.cpaifour .ti .kuai4 {
  left: 109%;
  top: -35px;
}
.cpaifour .ti .kuai5 {
  left: 109%;
  top: 146px;
}
.cpaifour .ti .kuai6 {
  left: 109%;
  top: 341px;
}
.cpaifour .ti .kuai .tou {
  line-height: 28px;
  font-size: 16px;
  color: #333;
  width: 100%;
  height: 28px;
  overflow: hidden;
  transition: all 200ms;
}
.cpaifour .ti .kuai .tou i {
  color: #666;
}
.cpaifour .ti .kuai:hover .tou {
  color: #fff;
}
.cpaifour .ti .kuai .shen {
  line-height: 26px;
  font-size: 14px;
  color: #666;
  width: 100%;
  height: 78px;
  overflow: hidden;
  transition: all 200ms;
}
.cpaifour .ti .kuai:hover .shen {
  color: #fff;
}
.cpaifour .ti .kuai .jiao {
  position: absolute;
}
.cpaifour .ti .kuai .jiao img {
  width: 100%;
}
.cpaifour .ti .kuai1 .jiao {
  width: 178px;
  left: 94%;
  top: 48%;
}
.cpaifour .ti .kuai2 .jiao {
  width: 178px;
  left: 94%;
  top: 48%;
}
.cpaifour .ti .kuai3 .jiao {
  width: 208px;
  left: 94%;
  top: 20%;
}
.cpaifour .ti .kuai4 .jiao {
  width: 178px;
  right: 94%;
  top: 48%;
}
.cpaifour .ti .kuai5 .jiao {
  width: 178px;
  right: 94%;
  top: 48%;
}
.cpaifour .ti .kuai6 .jiao {
  width: 208px;
  right: 94%;
  top: 20%;
}
.cpaifive {
  width: 100%;
  padding-bottom: 110px;
}
.cpaifive .intit {
  padding-top: 0px;
}
.cpaifive .ti {
  width: 100%;
  margin-top: 30px;
}
.cpaifive .ti li {
  width: 30.73%;
  margin: 0 1.3%;
}
.cpaifive .ti li .tu {
  width: 100%;
  overflow: hidden;
}
.cpaifive .ti li .tu img {
  width: 100%;
  transition: all 400ms;
}
.cpaifive .ti li:hover .tu img {
  transform: scale(1.05);
}
.cpaifive .ti li .tou {
  width: 100%;
  line-height: 26px;
  font-size: 18px;
  color: #333;
  margin: 40px 0 30px;
  text-align: center;
}
.cpaifive .ti li .shen {
  width: 88%;
  line-height: 28px;
  font-size: 14px;
  color: #666;
  margin: 0 6%;
}

/*cpbi.html*/
.cpbitwo {
  width: 100%;
}
.cpbitwo .intit {
  padding-top: 6px;
}
.cpbitwo .ti {
  width: 50%;
  margin: 20px auto 0;
}
.cpbitwo .ti img {
  width: 100%;
}
.cpbithree {
  width: 100%;
  margin-top: 68px;
}
.cpbithree li {
  width: 100%;
  padding: 68px 0;
}
.cpbithree li:nth-child(odd) {
  background-color: #f2f5fa;
}
.cpbithree li .tu {
  width: 52.9%;
}
.cpbithree li .tu img {
  width: 100%;
}
.cpbithree li .zi {
  width: 40.8%;
}
.cpbithree li .zi .tou {
  width: 100%;
  margin-top: 100px;
  line-height: 26px;
  font-size: 18px;
  color: #333;
  padding: 1px 0 1px 6px;
  border-left: 4px solid #01c9fd;
  box-sizing: border-box;
}
.cpbithree li .zi .tou span {
  color: #666;
}
.cpbithree li .zi .shen {
  width: 100%;
  line-height: 26px;
  font-size: 14px;
  color: #666;
  margin-top: 30px;
}
.cpbifour {
  width: 100%;
  overflow: hidden;
}
.cpbifour .intit {
  /*padding-top: 6px;*/
}
.cpbifour .ti {
  width: 37.1%;
  position: relative;
  margin: 40px auto 0;
}
.cpbifour .ti .datu {
  width: 100%;
  position: relative;
  z-index: 8;
}
.cpbifour .ti .kuai {
  width: 340px;
  padding: 20px 34px;
  box-sizing: border-box;
  background-color: #efeff1;
  position: absolute;
  z-index: 6;
  transition: all 200ms;
}
.cpbifour .ti .kuai:hover {
  background-color: #01c9fd;
}
.cpbifour .ti .kuai1 {
  right: 119%;
  top: 83px;
}
/*.cpbifour .ti .kuai2{
	right: 119%;top: 209px;
}*/
.cpbifour .ti .kuai2 {
  right: 119%;
  top: 306px;
}
.cpbifour .ti .kuai3 {
  right: 119%;
  top: 362px;
}
.cpbifour .ti .kuai4 {
  left: 119%;
  top: 76px;
}
.cpbifour .ti .kuai5 {
  left: 119%;
  top: 290px;
}
.cpbifour .ti .kuai .tou {
  line-height: 28px;
  font-size: 16px;
  color: #333;
  width: 100%;
  height: 28px;
  overflow: hidden;
  transition: all 200ms;
}
.cpbifour .ti .kuai .tou i {
  color: #666;
}
.cpbifour .ti .kuai:hover .tou {
  color: #fff;
}
.cpbifour .ti .kuai .shen {
  line-height: 26px;
  font-size: 14px;
  color: #666;
  width: 100%;
  transition: all 200ms;
}
.cpbifour .ti .kuai:hover .shen {
  color: #fff;
}
.cpbifour .ti .kuai .jiao {
  position: absolute;
}
.cpbifour .ti .kuai .jiao img {
  width: 100%;
}
.cpbifour .ti .kuai1 .jiao {
  width: 180px;
  left: 94%;
  top: 48%;
}
.cpbifour .ti .kuai2 .jiao {
  width: 180px;
  left: 94%;
  top: -16%;
}
.cpbifour .ti .kuai3 .jiao {
  width: 213px;
  left: 94%;
  top: 20%;
}
.cpbifour .ti .kuai4 .jiao {
  width: 178px;
  right: 94%;
  top: 48%;
}
.cpbifour .ti .kuai5 .jiao {
  width: 188px;
  right: 94%;
  top: 48%;
}
.cpbifive {
  width: 100%;
  padding-bottom: 110px;
}
.cpbifive .qiehs {
  width: 78%;
  border: 1px solid #01c9fd;
  border-radius: 2px;
  margin: 36px auto;
  position: relative;
}
.cpbifive .qiehs li {
  width: 33.33%;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  color: #666;
  transition: all 200ms;
  position: relative;
  z-index: 2;
  cursor: pointer;
  border-left: 1px solid #01c9fd;
  box-sizing: border-box;
}
.cpbifive .qiehs li:first-child {
  border-left: none;
}
.cpbifive .qiehs li:hover {
  color: #fff;
}
.cpbifive .qiehs li.active {
  color: #fff;
}
.cpbifive .qiehs .fuceng {
  width: 33.33%;
  height: 34px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #01c9fd;
  transition: all 400ms;
  z-index: 1;
}
.cpbifive .kuais {
  width: 82.8%;
  margin: 0 auto;
}
.cpbifive .kuais .kuai {
  width: 100%;
}
.cpbifive .kuais .kuai .ms {
  line-height: 26px;
  font-size: 16px;
  color: #666;
  width: 25.6%;
  margin-right: 3.3%;
  margin-top: 20px;
}
.cpbifive .kuais .kuai .tu {
  width: 71.1%;
  margin-top: 0px;
  overflow: hidden;
  max-height: 460px;
}
.cpbifive .kuais .kuai .tu img {
  width: 100%;
  transition: all 400ms;
}
.cpbifive .kuais .kuai .tu:hover img {
  transform: scale(1.05);
}
.datus .datubg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  color: #fff;
}
.datus .kuang {
  width: 90%;
  height: 90%;
  position: absolute;
  left: 5%;
  top: 5%;
  text-align: center;
}
.datus .kuang img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/*cpdm.html*/
.cpdmfour {
  width: 100%;
  padding-bottom: 60px;
  overflow: hidden;
}
.cpdmfour .ti {
  width: 34.1%;
  position: relative;
  margin: 110px auto 0;
}
.cpdmfour .ti .datu {
  width: 100%;
  position: relative;
  z-index: 8;
}
.cpdmfour .ti .kuai {
  width: 420px;
  padding: 20px 20px;
  box-sizing: border-box;
  background-color: #efeff1;
  position: absolute;
  z-index: 6;
  transition: all 400ms;
}
.cpdmfour .ti .kuai:hover {
  background-color: #01c9fd;
}
.cpdmfour .ti .kuai1 {
  right: 109%;
  top: -45px;
}
.cpdmfour .ti .kuai2 {
  right: 109%;
  top: 146px;
}
.cpdmfour .ti .kuai3 {
  right: 109%;
  top: 331px;
}
.cpdmfour .ti .kuai4 {
  left: 109%;
  top: -35px;
  padding-left: 30px;
}
.cpdmfour .ti .kuai5 {
  left: 109%;
  top: 146px;
  padding-left: 30px;
}
.cpdmfour .ti .kuai6 {
  left: 109%;
  top: 341px;
  padding-left: 30px;
}
.cpdmfour .ti .kuai .tou {
  line-height: 28px;
  font-size: 16px;
  color: #333;
  width: 100%;
  height: 28px;
  overflow: hidden;
  transition: all 200ms;
}
.cpdmfour .ti .kuai .tou i {
  color: #666;
}
.cpdmfour .ti .kuai:hover .tou {
  color: #fff;
}
.cpdmfour .ti .kuai .shen {
  line-height: 24px;
  font-size: 13px;
  color: #666;
  width: 100%;
  transition: all 200ms;
  min-height: 72px;
}
.cpdmfour .ti .kuai:hover .shen {
  color: #fff;
}
.cpdmfour .ti .kuai .jiao {
  position: absolute;
}
.cpdmfour .ti .kuai .jiao img {
  width: 100%;
}
.cpdmfour .ti .kuai1 .jiao {
  width: 178px;
  left: 94%;
  top: 48%;
}
.cpdmfour .ti .kuai2 .jiao {
  width: 178px;
  left: 94%;
  top: 48%;
}
.cpdmfour .ti .kuai3 .jiao {
  width: 208px;
  left: 94%;
  top: 20%;
}
.cpdmfour .ti .kuai4 .jiao {
  width: 178px;
  right: 94%;
  top: 48%;
}
.cpdmfour .ti .kuai5 .jiao {
  width: 178px;
  right: 94%;
  top: 48%;
}
.cpdmfour .ti .kuai6 .jiao {
  width: 208px;
  right: 94%;
  top: 20%;
}
.cpdmfive {
  width: 100%;
  padding-bottom: 110px;
}
.cpdmfive .qiehs {
  width: 50%;
  border-radius: 2px;
  border: 1px solid #01c9fd;
  margin: 22px auto 0;
  position: relative;
}
.cpdmfive .qiehs li {
  width: 50%;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  color: #666;
  transition: all 200ms;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.cpdmfive .qiehs li:hover {
  color: #fff;
}
.cpdmfive .qiehs li.active {
  color: #fff;
}
.cpdmfive .qiehs .fuceng {
  width: 50%;
  height: 34px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #01c9fd;
  transition: all 400ms;
  z-index: 1;
}
.cpdmfive .kuais {
  width: 100%;
}
.cpdmfive .kuais .kuai {
  width: 100%;
}
.cpdmfive .kuais .kuai .one {
  width: 82.85%;
  margin: 38px auto;
}
.cpdmfive .kuais .kuai .one .tu {
  width: 43.1%;
  overflow: hidden;
}
.cpdmfive .kuais .kuai:last-child .one .tu {
  margin-top: 50px;
}
.cpdmfive .kuais .kuai .one .tu img {
  width: 100%;
  transition: all 400ms;
}
.cpdmfive .kuais .kuai .one .tu:hover img {
  transform: scale(1.05);
}
.cpdmfive .kuais .kuai .one .zi {
  width: 51.7%;
}
.cpdmfive .kuais .kuai .one .zims {
  width: 100%;
  line-height: 28px;
  font-size: 16px;
  color: #666;
  margin-top: 40px;
  margin-bottom: 16px;
}
.cpdmfive .kuais .kuai .one .hang {
  width: 100%;
  line-height: 35px;
  font-size: 16px;
  color: #333;
}
.cpdmfive .kuais .kuai .one .hang img {
  width: 11px;
  vertical-align: middle;
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.cpdmfive .kuais .kuai .two {
  width: 100%;
  text-align: center;
  line-height: 27px;
  font-size: 16px;
  color: #666;
  margin: 60px auto;
}
.cpdmfive .kuais .kuai .three {
  width: 65.5%;
  margin: 0 auto;
}
.cpdmfive .kuais .kuai .three img {
  width: 100%;
}

/*第一次新增*/
/*hezuo.html*/
.heztwo {
  width: 100%;
}
.heztwo .intit {
  padding-top: 0;
}
.hezthree {
  width: 100%;
  background-color: #f4f4f5;
  /*margin-top: 75px;*/
}
.hezthree .intit {
  padding-top: 0;
}
.hezthree .ti {
  width: 1216px;
  padding: 46px 0 75px;
  margin: 0 auto;
}
.hezthree .ti li {
  width: 27.69%;
  margin: 0 2.77%;
  text-align: center;
}
.hezthree .ti li .tu {
  width: 100%;
  overflow: hidden;
}
.hezthree .ti li .tu img {
  width: 100%;
  transition: all 400ms;
}
.hezthree .ti li:hover .tu img {
  transform: scale(1.05);
}
.hezthree .ti li .tou {
  width: 100%;
  line-height: 46px;
  font-size: 18px;
  color: #333;
  margin-top: 20px;
}
.hezthree .ti li .shen {
  width: 88%;
  line-height: 19px;
  font-size: 14px;
  color: #666;
  margin: 0 6%;
}
.hezfour {
  width: 100%;
}
.hezfour .ti {
  width: 100%;
  margin-top: 90px;
}
.hezfour .ti li {
  width: 25%;
  text-align: center;
  z-index: 1;
  transition: all 200ms;
  height: 483px;
  padding-top: 30px;
  box-sizing: border-box;
}
.hezfour .ti li.active {
  padding-top: 0;
}
.hezfour .ti li .kuang {
  width: 100%;
  box-shadow: 0 0 20px #ececec;
  overflow: hidden;
}
.hezfour .ti li .shang {
  width: 100%;
  background-color: #394860;
  color: #fff;
  padding: 12px 0;
  transition: all 200ms;
  position: relative;
  overflow: hidden;
}
.hezfour .ti li.active .shang {
  background-color: #3ad3ff;
}
.hezfour .ti li .shang .tu {
  width: 100%;
}
.hezfour .ti li .shang .tu img {
  width: 87px;
}
.hezfour .ti li .shang .zi {
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.hezfour .ti li .xia {
  width: 100%;
  transition: all 200ms;
  padding-top: 0;
}
.hezfour .ti li.active .xia {
  padding-top: 30px;
}
.hezfour .ti li .xia .ms {
  width: 87.6%;
  margin: 40px auto 16px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  height: 96px;
  overflow: hidden;
}
.hezfour .ti li .xia .join {
  width: 130px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #3cd4ff;
  border-radius: 15px;
  text-align: center;
  color: #666;
  font-size: 14px;
  margin: 0 auto 120px;
  transition: all 200ms;
  display: block;
}
.hezfour .ti li.active .xia .join {
  background-color: #3ad3ff;
  color: #fff;
}
.hezfive {
  width: 100%;
  background-color: #f4f4f5;
}
.hezfive .ti {
  padding: 40px 0 130px;
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 2;
}
.hezfive .ti .dongw {
  width: 0;
  overflow: hidden;
}
.hezfive .ti .bgtu {
  width: 100%;
}
.hezfive .ti .bgtu img {
  width: 100%;
}
.hezfive .ti .quan {
  width: 100px;
  position: absolute;
  margin-left: -50px;
  margin-top: -50px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 1600ms;
}
.hezfive .ti.chux .quan {
  opacity: 1;
  filter: alpha(opacity=100);
}
.hezfive .ti .quan .tu {
  width: 100%;
  transition: all 600ms;
  max-width: 80px;
  margin: 0 auto;
}
.hezfive .ti .quan:hover .tu {
  margin-top: -20px;
}
.hezfive .ti .quan .tu img {
  width: 100%;
}
.hezfive .ti .quan .zi {
  font-size: 14px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}
.hezfive .ti .quan.quan1 {
  left: 19%;
  top: 34%;
  transition-delay: 0s;
}
.hezfive .ti .quan.quan2 {
  left: 35%;
  top: 49%;
  transition-delay: 0.3s;
}
.hezfive .ti .quan.quan3 {
  left: 51%;
  top: 52%;
  transition-delay: 0.6s;
}
.hezfive .ti .quan.quan4 {
  left: 67%;
  top: 23%;
  transition-delay: 0.9s;
}
.hezfive .ti .quan.quan5 {
  left: 85%;
  top: 41%;
  transition-delay: 1.2s;
}
.hezsix.indexfive .ti {
  border-bottom: none;
  padding-bottom: 110px;
}

/*activity.html*/
.huodone {
  width: 100%;
  position: relative;
}
.huodone img {
  width: 100%;
}
.huodone .fuzi {
  width: 184px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  border-radius: 22px;
  position: absolute;
  left: 50%;
  margin-left: -92px;
  bottom: 156px;
}
.huodone .fuzi i {
  font-size: 18px;
  margin-right: 4px;
}
.huodtwo {
  width: 100%;
  margin-top: 76px;
}
.huodtwo .hdwid {
  width: 1260px;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.huodthree {
  width: 100%;
  margin-top: 76px;
  position: relative;
}
.huodthree .hdwid {
  width: 1260px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.hdtit {
  width: 1060px;
  text-align: center;
  margin: 0 auto;
}
.hdtit .mz {
  width: 100%;
}
.hdtit .mz img {
  height: 74px;
}
.hdtit .ms {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-top: 16px;
}
.huodthree .ti {
  width: 100%;
  margin-top: 42px;
}
.huodthree .ti li {
  width: 28.33%;
  margin: 0 2.5%;
  position: relative;
  border-top-left-radius: 27px;
  border-bottom-right-radius: 27px;
  overflow: hidden;
}
.huodthree .ti li img {
  width: 100%;
  transition: all 400ms;
}
.huodthree .ti li:hover img {
  transform: scale(1.05);
}
.huodthree .ti li .fuceng {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 2, 2, 0.54);
  z-index: 1;
}
.huodthree .ti li .fuzi {
  width: 94%;
  color: #fff;
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
  text-align: center;
  transition: all 400ms;
}
.huodthree .ti li:hover .fuzi {
  margin-top: -50px;
}
.huodthree .ti li .fuzi .tou {
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
}
.huodthree .ti li .fuzi .shen {
  line-height: 20px;
  font-size: 14px;
  margin-top: 10px;
  display: none;
  height: 60px;
  overflow: hidden;
}
.huodthree .ti li:hover .fuzi .shen {
  display: block;
}
.huodthree .dabg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -18px;
  z-index: 1;
}
.huodthree .dabg img {
  width: 100%;
}
.huodfour {
  width: 100%;
  padding: 330px 0 230px;
  position: relative;
}
.huodfour .ggwid {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-bottom: 16px;
}
.huodfour .hdtit .ms {
  color: #fff;
}
.huodfour .ti {
  width: 100%;
  position: relative;
  padding: 25px 0;
  margin-top: 42px;
}
.huodfour .ti .hang {
  width: 50%;
  line-height: 55px;
  height: 55px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding: 0 2.1%;
  box-sizing: border-box;
  position: relative;
}
.huodfour .ti .hang .zi {
  height: 55px;
  overflow: hidden;
}
.huodfour .ti .hang .quan {
  width: 27px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
}
.huodfour .ti .hang .quan img {
  width: 100%;
  vertical-align: top;
  display: block;
}
.huodfour .ti .one {
  text-align: right;
}
.huodfour .ti .one .quan {
  right: -13px;
}
.huodfour .ti .two {
  margin-left: 50%;
}
.huodfour .ti .two .quan {
  left: -13px;
}
.huodfour .ti .dians {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 17px;
  top: -8px;
}
.huodfour .ti .dians img {
  width: 100%;
}
.huodfour .ti .zhongx {
  width: 3px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  background-color: #fff;
}
.huodfour .ti .dianx {
  position: absolute;
  left: 50%;
  margin-left: -13px;
  width: 27px;
  bottom: -13px;
}
.huodfour .ti .dianx img {
  width: 100%;
}
.huodfour .dabg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 1;
}
.huodfour .dabg img {
  width: 100%;
}
.huodfive {
  width: 100%;
  position: relative;
  z-index: 2;
}
.huodfive .hdwid {
  width: 1082px;
  margin: 0 auto;
}
.huodfive .ti {
  width: 100%;
  margin-top: 36px;
  text-align: center;
}
.huod-demo {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.huod-demo .item {
  display: block;
  position: relative;
  overflow: hidden;
}
.huod-demo .item .tu {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  transition: all 1200ms;
}
.huod-demo .item:hover .tu {
  transform: rotateY(180deg);
}
.huod-demo .item .mz {
  line-height: 36px;
  font-size: 18px;
  color: #333;
  margin-top: 12px;
  display: block;
  text-decoration: underline;
  transition: all 200ms;
}
.huod-demo .item:hover .mz {
  color: #01c9fd;
}
.huod-demo .item .ms {
  line-height: 22px;
  font-size: 16px;
  color: #666;
  display: block;
  text-decoration: underline;
}
.huod-demo .owl-controls {
  margin-top: 70px;
}
.huodsix {
  width: 100%;
  padding-top: 178px;
  position: relative;
  z-index: 1;
}
.huodsix .ggwid {
  position: relative;
  z-index: 2;
}
.huodsix .ggwid .ms {
  color: #fff;
}
.huodsix .ti {
  width: 100%;
  margin-top: 58px;
}
.huodsix .ti li {
  width: 24.2%;
  margin: 0 0.4% 10px;
  overflow: hidden;
}
.huodsix .ti li img {
  width: 100%;
  transition: all 400ms;
}
.huodsix .ti li:hover img {
  transform: scale(1.05);
}
.huodsix .dabg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 1;
}
.huodsix .dabg img {
  width: 100%;
}
.huodseven {
  width: 100%;
  margin-top: 270px;
}
.huodseven .hdwid {
  width: 1050px;
  margin: 0 auto;
}
.huodseven .ti {
  width: 100%;
  margin-top: 16px;
}
.huodseven .ti li {
  width: 14.28%;
}
.huodseven .ti li img {
  width: 100%;
}
.huodseven .ti li img.img2 {
  display: none;
}
.huodseven .ti li:hover img.img1 {
  display: none;
}
.huodseven .ti li:hover img.img2 {
  display: block;
}
.huodeight {
  width: 100%;
  margin-top: 270px;
}
.huodeight .hdwid {
  width: 1050px;
  margin: 0 auto;
}
.huodeight .hdtit .mu {
  width: 100%;
  text-align: center;
  margin: 36px 0 10px;
}
.huodeight .hdtit .mu img {
  height: 30px;
}
.huodnine {
  width: 100%;
  padding-top: 270px;
  position: relative;
  overflow: hidden;
}
.huodnine .hdwid {
  width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.huodnine .hang {
  width: 100%;
  margin-bottom: 30px;
  line-height: 44px;
}
.huodnine .hang .mz {
  width: 13.4%;
  text-align: right;
  font-size: 16px;
  color: #fff;
  min-height: 1px;
}
.huodnine .hang .shr {
  width: 81.7%;
  height: 42px;
  border: 1px solid #3598f5;
}
.huodnine .hang .shr input {
  width: 100%;
  height: 42px;
  padding: 0 5px;
  box-sizing: border-box;
  border: none;
  background: transparent;
  color: #ccc;
}
.huodnine .hang .shr input::-webkit-input-placeholder {
  color: #ccc;
}
.huodnine .hang .shr input::-moz-placeholder {
  color: #ccc;
}
.huodnine .hang .shr input:-ms-input-placeholder {
  color: #ccc;
}
.huodnine .hang.mo {
  margin: 55px 0 123px;
}
.huodnine .hang.mo .shr {
  box-shadow: 10px 10px 0 #3336b6;
  background: url(../images/huodnine1.jpg) repeat center center;
  border: none;
  opacity: 0.8;
  filter: alpha(opacity = 80);
  transition: all 400ms;
}
.huodnine .hang.mo .shr:hover {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.huodnine .hang.mo .shr input {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.huodnine .dabg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.huodnine .dabg img {
  width: 100%;
}

/*shiyong.html*/
.shytwo {
  width: 100%;
  margin-top: 60px;
}
.shytwo .btou {
  color: #292929;
  font-size: 28px;
  line-height: 34px;
  padding: 32px 0;
  text-align: center;
  width: 100%;
}
.shytwo .bti {
  width: 820px;
  margin: 0px auto;
  line-height: 44px;
}
.shytwo .bti .hang {
  margin-bottom: 30px;
}
.shytwo .bti .mz {
  width: 15.4%;
  text-align: right;
  font-size: 16px;
  color: #666;
  min-height: 1px;
}
.shytwo .bti .shr {
  width: 81.7%;
  height: 42px;
}
.shytwo .bti .shr input {
  width: 100%;
  height: 42px;
  padding: 0 5px;
  box-sizing: border-box;
  background: transparent;
  color: #666;
  border: 1px solid #ccc;
  transition: all 200ms;
}
.shytwo .bti .shr input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
}
.shytwo .bti .shr input::-webkit-input-placeholder {
  color: #ccc;
}
.shytwo .bti .shr input::-moz-placeholder {
  color: #ccc;
}
.shytwo .bti .shr input:-ms-input-placeholder {
  color: #ccc;
}
.shytwo .bti .shr input.tes {
  width: 108px;
  height: 35px;
  background-color: #01c9fd;
  border: none;
  margin-right: 10px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.shytwo .bti .shr input.tes:hover {
  background-color: #2687ca;
}
.shytwo .bms {
  width: 100%;
  text-align: center;
  line-height: 36px;
  font-size: 15px;
  color: #666;
  padding-bottom: 110px;
}

/*about.html*/
.aboutwo {
  width: 100%;
}
.aboutwo .one {
  width: 100%;
  background: url(../images/about1.jpg) no-repeat center center;
  position: relative;
  text-align: center;
  background-size: cover;
  padding-bottom: 200px;
}
.aboutwo .one .ggwid {
  position: relative;
  z-index: 6;
}
.aboutwo .one .tou {
  line-height: 40px;
  width: 100%;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  padding: 32px 0;
}
.aboutwo .one .shen {
  line-height: 34px;
  width: 100%;
  font-size: 16px;
  color: #666;
}
.aboutwo .one .toue {
  line-height: 102px;
  width: 100%;
  font-size: 35px;
  color: #01c9fd;
  font-weight: bold;
}
.aboutwo .one .controls {
  display: none;
}
.aboutwo .one .toutu {
  width: 88%;
  margin: 10px auto 0;
}
.aboutwo .one .toutu img {
  width: 100%;
}
.aboutwo .one .dtu {
  width: 100%;
  height: 270px;
  margin-top: 0px;
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 5;
  display: none;
}
.aboutwo .one .dtu canvas {
  width: 100%;
  height: 270px;
}
.aboutwo .two {
  width: 100%;
  position: relative;
}
.aboutwo .two .zuo {
  width: 43%;
  margin-left: 5.6%;
}
.aboutwo .two .you {
  width: 41.4%;
  margin-left: 4%;
  margin-top: -138px;
}
.aboutwo .two .tu {
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}
.aboutwo .two .tu img {
  width: 100%;
  transition: all 400ms;
}
.aboutwo .two .tu:hover img {
  transform: scale(1.05);
}
.aboutwo .three {
  width: 100%;
  line-height: 32px;
  font-size: 16px;
  color: #666;
}
.aboutwo .three .neiwid {
  width: 89.8%;
  margin: 0 auto;
}
.aboutwo .four {
  width: 150px;
  margin: 100px auto 140px;
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 20px;
}
.aboutwo .four a {
  color: #01c9fd;
}
.aboutwo .four .tb {
  line-height: 80px;
  width: 80px;
  height: 80px;
  transition: all 800ms;
  margin: 0 auto;
}
.aboutwo .four .tb i {
  font-size: 40px;
}
.aboutwo .four:hover .tb {
  transform: rotateZ(360deg);
}

/*shipin.html*/
.shipintwo {
  width: 100%;
}
.shipintwo ul {
  width: 100%;
}
.shipintwo ul li {
  width: 31.4%;
  margin-left: 2.9%;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  height: 315px;
  z-index: 9999999;
}
.shipintwo ul li:nth-child(3n + 1) {
  margin-left: 0;
}
.shipintwo ul li .futu {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
}
.shipintwo ul li .futu img {
  width: 100%;
  height: 100%;
}
.shipintwo ul li video {
  width: 100%;
}
.shipintwo ul li .fuzi {
  width: 90%;
  position: absolute;
  left: 5%;
  top: 50%;
  text-align: center;
  color: #414040;
  margin-top: -31px;
  z-index: 3;
}
.shipintwo ul li .fuzi .tou {
  width: 100%;
  line-height: 40px;
  font-size: 22px;
}
.shipintwo ul li .fuzi .shen {
  width: 100%;
  line-height: 22px;
  font-size: 14px;
}
.shipintwo ul li .fuhover {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.696);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  opacity: 0;
  filter: alpha(opacity = 0);
  transition: all 400ms;
  cursor: pointer;
}
.shipintwo ul li:hover .fuhover {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.shipintwo ul li .fuhover .bofang {
  width: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
}
.shipintwo ul li .fuhover .bofang img {
  width: 100%;
}
.shipintwo .fenye {
  width: 100%;
  line-height: 42px;
  padding: 70px 0 110px;
  text-align: center;
}
.shipintwo .fenye a {
  display: inline-block;
  font-size: 14px;
  color: #666;
  transition: all 200ms;
}
.shipintwo .fenye .sy {
  padding: 0 6px;
}
.shipintwo .fenye .syy {
  padding: 0 6px;
  margin-right: 8px;
}
.shipintwo .fenye .xyy {
  padding: 0 6px;
  margin-left: 8px;
}
.shipintwo .fenye .wy {
  padding: 0 6px;
}
.shipintwo .fenye a:hover {
  color: #01c9fd;
}
.shipintwo .fenye .num {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #dddddd;
  margin: 0 5px;
}
.shipintwo .fenye .num.active {
  background-color: #01c9fd;
  color: #fff;
}
.shipintwo .fenye .num:hover {
  background-color: #01c9fd;
  color: #fff;
}

@media only screen and (min-width: 1457px) and (max-width: 1650px) {
  /*licheng.html*/
  .lictwo {
    width: 100%;
    background: url(../images/lictwobg.png) no-repeat bottom center;
    background-color: #fdfdfe;
    overflow: hidden;
  }
  .lictwo .intit {
    padding-top: 0;
    width: 646px;
    margin: 0 auto;
  }
  .lictwo .ggwid {
    width: 1400px;
  }
  .lictwo .ti {
    width: 100%;
    margin: 240px 0 390px;
    position: relative;
  }
  .lictwo .ti .dongw {
    width: 0;
    overflow: hidden;
  }
  .lictwo .ti .bgtu {
    width: 100%;
  }
  .lictwo .ti .bgtu img {
    width: 100%;
  }
  .lictwo .ti .dian {
    width: 40px;
    position: absolute;
    margin-left: -20px;
    margin-top: -20px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 1600ms;
  }
  .lictwo .ti.chux .dian {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .lictwo .ti .dian .datu {
    width: 100%;
    position: relative;
    z-index: 9;
  }
  .lictwo .ti .dian .dazi {
    width: 62px;
    position: absolute;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    left: 50%;
    text-align: center;
    margin-left: -31px;
    top: -20px;
  }
  .lictwo .ti .dian .biaoshang {
    width: 190px;
    position: absolute;
    left: 50%;
    margin-left: -95px;
    bottom: 25px;
    z-index: 8;
  }
  .lictwo .ti .dian .biaoxia {
    width: 190px;
    position: absolute;
    left: 50%;
    margin-left: -46px;
    top: 25px;
    z-index: 8;
  }
  .lictwo .ti .dian .tou {
    font-size: 16px;
    color: #333;
    line-height: 36px;
  }
  .lictwo .ti .dian .biaoxia .tou {
    margin-top: 6px;
  }
  .lictwo .ti .dian .biaoshang .shen {
    margin-bottom: 13px;
  }
  .lictwo .ti .dian .shen {
    font-size: 14px;
    color: #666;
    line-height: 20px;
  }
  .lictwo .ti .dian .tu {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .lictwo .ti .dian .tu img {
    width: auto;
  }
  .lictwo .ti .dian .biaoxia .tu img {
    position: absolute;
    left: 31px;
    bottom: 0;
  }
  .lictwo .ti .dian1 {
    left: 10%;
    top: 76.6%;
  }
  .lictwo .ti .dian1 .tu {
    height: 116px;
  }
  .lictwo .ti .dian2 {
    left: 17%;
    top: 73.6%;
    transition-delay: 0.3s;
  }
  .lictwo .ti .dian2 .tu {
    height: 116px;
  }
  .lictwo .ti .dian3 {
    left: 26%;
    top: 76.6%;
    transition-delay: 0.6s;
  }
  .lictwo .ti .dian3 .tu {
    height: 140px;
  }
  .lictwo .ti .dian4 {
    left: 41%;
    top: 46.6%;
    transition-delay: 0.9s;
  }
  .lictwo .ti .dian4 .biaoshang .tu {
    height: 138px;
  }
  .lictwo .ti .dian4 .biaoxia .tu {
    height: 219px;
  }
  .lictwo .ti .dian5 {
    left: 57%;
    top: 42.6%;
    transition-delay: 1.2s;
  }
  .lictwo .ti .dian5 .biaoshang .tu {
    height: 188px;
  }
  .lictwo .ti .dian5 .biaoxia .tu {
    height: 241px;
  }
  .lictwo .ti .dian6 {
    left: 72%;
    top: 46.6%;
    transition-delay: 1.5s;
  }
  .lictwo .ti .dian6 .tu {
    height: 245px;
  }
  .lictwo .ti .dian7 {
    left: 86%;
    top: 33.6%;
    transition-delay: 1.8s;
  }
  .lictwo .ti .dian7 .biaoshang .tu {
    height: 260px;
  }
  .lictwo .ti .dian7 .biaoxia .tu {
    height: 330px;
  }
  .lictwo .ti .bitot1 {
    width: 175px;
    height: 100px;
    background: url(../images/liuczibg1.png) no-repeat center center;
    padding: 20px;
    box-sizing: border-box;
    line-height: 24px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    position: absolute;
    left: 61px;
    top: -120px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 1600ms;
  }
  .lictwo .ti.chux .bitot1 {
    top: -80px;
    opacity: 1;
    filter: alpha(opacity=100);
    transition-delay: 2s;
  }
  .lictwo .ti .bitot2 {
    width: 175px;
    height: 100px;
    background: url(../images/liuczibg2.png) no-repeat center center;
    padding: 30px 36px;
    box-sizing: border-box;
    line-height: 24px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    position: absolute;
    right: 65px;
    bottom: -270px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 1600ms;
  }
  .lictwo .ti.chux .bitot2 {
    bottom: -320px;
    opacity: 1;
    filter: alpha(opacity=100);
    transition-delay: 2s;
  }
  .licthree {
    width: 100%;
    padding-bottom: 110px;
  }
  .licthree .intit {
    width: 646px;
    margin: 0 auto;
  }
  .licthree .ti {
    width: 100%;
  }
  .licthree .ti .one {
    width: 71.4%;
    margin: 0 auto;
  }
  .licthree .ti .one .zi {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
  }
  .licthree .ti .one img {
    width: 100%;
  }
  .licthree .ti .two {
    width: 78.5%;
    margin: 68px auto;
  }
  .brand-list {
    width: 100%;
    margin: 10px auto 0 auto;
    position: relative;
  }
  .brand-list .itemtp {
    position: absolute;
    width: 30.2%;
    padding: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ccc;
    margin-left: 17px;
  }
  .brand-list .itemtp img {
    width: 100%;
  }
  .licthree .ti .three {
    width: 78.5%;
    margin: 68px auto;
  }
  .licthree .ti .three ul {
    width: 100%;
  }
  .licthree .ti .three li {
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ccc;
  }
  .licthree .ti .three img {
    width: 100%;
  }
  .licthree .ti .three .zban {
    width: 25.4%;
  }
  .licthree .ti .three .dban {
    width: 42.6%;
    margin-left: 3.3%;
  }
  .licthree .ti .three .sban {
    width: 25.4%;
    margin-left: 3.3%;
  }
  .licthree .ti .four {
    width: 78.5%;
    margin: 68px auto;
  }
  .licthree .ti .four ul {
    width: 100%;
  }
  .licthree .ti .four li {
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ccc;
    width: 30.53%;
    margin: 0 1.4% 20px;
  }
  .licthree .ti .four img {
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1456px) {
  .ggwid {
    width: 1200px;
    margin: 0 auto;
  }
  /*index.html*/
  .ahead {
    width: 100%;
    height: 72px;
    left: 0;
    top: 0;
  }
  .ahead .logo {
    margin-top: 18px;
  }
  .ahead .logo img {
    height: 100%;
  }
  .ahead .shiyong {
    margin-top: 16px;
    line-height: 30px;
  }
  .ahead .shiyong a {
    color: #fff;
    display: block;
  }
  .ahead .dianh {
    width: 200px;
    line-height: 22px;
    margin-top: 26px;
    color: #fff;
    font-size: 18px;
  }
  .ahead .dianh i {
    font-size: 32px;
    margin-right: 6px;
    vertical-align: middle;
  }
  .ahead .dianh span div {
    font-size: 16px;
  }
  .phone_nav {
    display: none;
  }
  .ahead .pc_nav {
    position: relative;
    margin-right: 20px;
  }
  .ahead .pc_nav li > a {
    display: block;
    height: 72px;
    font-size: 15px;
    text-align: center;
    line-height: 72px;
    background-color: transparent;padding:0 6px;
  }
  
  .ahead .pc_nav li:hover > a {
    color: #317DFF;
  }
  .ahead .pc_nav li.onn > a {
    color: #317DFF;
  }
  .ahead .pc_nav li.active > a {
    color: #317DFF;
  }
  .ahead .pc_nav .duanheng {
    width: 14.2%;
    height: 3px;
    position: absolute;
    left: 0;
    top: 64px;
    transition: all 400ms;
    z-index: -1;
  }
  .ahead .pc_nav .duanheng div {
    width: 90%;
    margin-left: 5%;
    height: 100%;
    background-color: #01c9fd;
  }

  .subNavBox a:link,
  .subNavBox a:visited {
    color: #646464;
  }
  .subNavBox a:active,
  .subNavBox a:hover {
    color: #646464;
  }
  .subNavBox {
    position: fixed;
    left: 0px;
    top: 80px;
    z-index: 3;
    box-shadow: 0 0 5px #ccc;
    width: 100%;
    left: 0px;
    text-align: left;
    background: url(../images/bj01.png) repeat;
    border-top: 1px solid #eee;
    height: 178px !important;
    overflow: hidden;
  }
  .subNavBox .subNav {
    display: none;
    height: 389px;
  }
  .subNavBox a .bot {
    width: 0px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    height: 1px;
    background-color: #fe0000;
    transition: 0.5s;
    -webkit-transition: 0.5s;
  }
  .subNavBox a:hover .bot {
    width: 74px;
    margin-left: -37px;
  }
  .subNavBox .subConPage a:link,
  .subNavBox .subConPage a:visited {
    color: #646464;
  }
  .subNavBox .subConPage a:active,
  .subNavBox .subConPage a:hover {
    color: #fe0000;
  }

  .subNavtavs01,
  .subNavtavs02,
  .subNavtavs03,
  .subNavtavs04,
  .subNavtavs05,
  .subNavtavs06,
  .subNavtavs07,
  .subNavtavs08 {
    width: 1200px;
    margin: 4px auto;
    text-align: left;
  }
  .subNavtavs01 .tab,
  .subNavtavs02 .tab,
  .subNavtavs03 .tab,
  .subNavtavs04 .tab,
  .subNavtavs05 .tab,
  .subNavtavs06 .tab,
  .subNavtavs07 .tab,
  .subNavtavs08 .tab {
    height: 35px !important;
    line-height: 35px !important;
    overflow: hidden;
    color: #ddd;
    margin-bottom: 0px;
  }
  .subNavtavs01 .tab a,
  .subNavtavs02 .tab a,
  .subNavtavs03 .tab a,
  .subNavtavs04 .tab a,
  .subNavtavs05 .tab a,
  .subNavtavs06 .tab a,
  .subNavtavs07 .tab a,
  .subNavtavs08 .tab a {
    display: block;
    font-size: 15px;
    padding: 0px;
    margin: 0px 30px;
    display: inline-block;
    color: #555;
  }
  .subNavtavs01 .tab a:hover,
  .subNavtavs02 .tab a:hover,
  .subNavtavs03 .tab a:hover,
  .subNavtavs04 .tab a:hover,
  .subNavtavs05 .tab a:hover,
  .subNavtavs06 .tab a:hover,
  .subNavtavs07 .tab a:hover,
  .subNavtavs08 .tab a:hover {
    height: 26px !important;
    line-height: 26px !important;
    border-bottom: 2px solid #01c9fd;
    color: #01c9fd;
    text-decoration: none;
  }
  .subNavtavs01 .tab a.on,
  .subNavtavs02 .tab a.on,
  .subNavtavs03 .tab a.on,
  .subNavtavs04 .tab a.on,
  .subNavtavs05 .tab a.on,
  .subNavtavs06 .tab a.on,
  .subNavtavs07 .tab a.on,
  .subNavtavs08 .tab a.on {
    height: 26px !important;
    line-height: 26px !important;
    border-bottom: 2px solid #01c9fd;
    color: #01c9fd;
    text-decoration: none;
  }
  .subNavtavs01 .content,
  .subNavtavs02 .content,
  .subNavtavs03 .content,
  .subNavtavs04 .content,
  .subNavtavs05 .content,
  .subNavtavs06 .content,
  .subNavtavs07 .content,
  .subNavtavs08 .content {
    overflow: hidden;
    padding: 0px;
  }
  .subNavtavs01 .content dd,
  .subNavtavs02 .content dd,
  .subNavtavs03 .content dd,
  .subNavtavs04 .content dd,
  .subNavtavs05 .content dd,
  .subNavtavs06 .content dd,
  .subNavtavs07 .content dd,
  .subNavtavs08 .content dd {
    display: none;
  }

  .Navtavs-left {
    width: 510px;
    height: 115px;
    float: left;
    margin-left: 0;
  }
  .Navtavs-left p {
    line-height: 26px;
    font-size: 14px;
    padding: 10px 0;
    color: #777;
  }
  .Navtavs-left a {
    font-size: 12px;
    color: #999;
  }
  .Navtavs-left a:hover {
    color: #01c9fd;
    border-bottom: none !important;
  }
  .Navtavs-right {
    width: 200px;
    height: 115px;
    float: left;
    margin-left: 30px;
  }
  .Navtavs-right img {
    width: 200px;
    height: 115px;
  }

  /*index.html*/
  .indexone {
    width: 100%;
  }
  .index-demo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .index-demo .item {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .index-demo .item .datu {
    width: 100%;
    vertical-align: middle;
  }
  .index-demo .item .fuzi {
    width: 50%;
    position: absolute;
    left: 6.25%;
    top: 50%;
    margin-top: -105px;
    opacity: 0;
    transition: all 1200ms;
  }
  .index-demo .owl-item.active .item .fuzi {
    left: 11.25%;
    opacity: 1;
  }
  .index-demo .item .fuzi .one {
    width: 100%;
    line-height: 28px;
    font-size: 20px;
    color: #fff;
  }
  .index-demo .item .fuzi .two {
    width: 100%;
    line-height: 40px;
    font-size: 28px;
    color: #01c9fd;
    margin-top: 4px;
  }
  .index-demo .item .fuzi .three {
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    margin-top: 4px;
  }
  .index-demo .item .fuzi .more {
    width: 170px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    height: 40px;
    border-radius: 22px;
    background-color: #fff;
    text-align: center;
    display: block;
    margin-top: 24px;
  }
  .index-demo .item .fuzi .more i {
    font-size: 16px;
    margin-right: 2px;
  }
  .indextwo {
    width: 100%;
  }
  .intit {
    width: 100%;
    text-align: center;
    padding-top: 68px;
  }
  .intit .mz {
    width: 100%;
    line-height: 64px;
    font-size: 22px;
    color: #333;
  }
  .intit .ms {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    color: #666;
  }
  .indextwo .ti {
    width: 79%;
    margin: 32px auto 0;
  }
  .indextwo .ti img {
    width: 100%;
  }
  .indextwo .teshu {
    width: 100%;
  }
  .indextwo .teshu .qies {
    width: 100%;
    text-align: center;
  }
  .indextwo .teshu .qies li {
    display: inline-block;
    width: 160px;
    border-bottom: 3px solid transparent;
    transition: all 200ms;
    padding: 28px 0 9px 0;
    margin: 0 25px;
  }
  .indextwo .teshu .qies li:hover {
    border-color: #00c4fe;
  }
  .indextwo .teshu .qies li.active {
    border-color: #00c4fe;
  }
  .indextwo .teshu .qies li .tu {
    width: 100%;
    transition: all 800ms;
  }
  .indextwo .teshu .qies li:hover .tu {
    transform: rotateY(180deg);
  }
  .indextwo .teshu .qies li .tu img {
    width: 88px;
  }
  .indextwo .teshu .qies li .tu img.img2 {
    display: none;
  }
  .indextwo .teshu .qies li:hover .tu img.img1 {
    display: none;
  }
  .indextwo .teshu .qies li:hover .tu img.img2 {
    display: inline-block;
  }
  .indextwo .teshu .qies li.active .tu img.img1 {
    display: none;
  }
  .indextwo .teshu .qies li.active .tu img.img2 {
    display: inline-block;
  }
  .indextwo .teshu .qies li .zi {
    line-height: 48px;
    font-size: 14px;
    color: #333;
    transition: all 200ms;
  }
  .indextwo .teshu .huans {
    width: 100%;
    background-color: #f5f5f6;
    padding: 60px 0 32px 0;
  }
  .indextwo .teshu .huan {
    width: 820px;
    margin: 0 auto;
    line-height: 24px;
  }
  .indextwo .teshu .huan li {
    margin-bottom: 20px;
    width: 46.65%;
    margin-right: 6.7%;
  }
  .indextwo .teshu .huan li:nth-child(even) {
    margin-right: 0;
  }
  .indextwo .teshu .huan li .tou {
    font-size: 16px;
    color: #333;
    height: 24px;
    overflow: hidden;
    transition: all 200ms;
  }
  .indextwo .teshu .huan li:hover .tou {
    color: #01c9fd;
  }
  .indextwo .teshu .huan li .shen {
    font-size: 13px;
    color: #666;
    height: 48px;
    overflow: hidden;
    margin-top: 6px;
  }
  .indexthree {
    width: 100%;
  }
  .indexthree .ti {
    width: 600px;
    margin: 38px auto 0;
    position: relative;
  }
  .indexthree .ti .datu {
    width: 100%;
  }
  .indexthree .ti .futu {
    width: 46%;
    position: absolute;
    left: 27%;
    bottom: 0;
  }
  .indexthree .ti .futu img {
    width: 100%;
  }
  .indexthree .ti .fuzi {
    width: 80px;
    border: 2px solid #337bff;
    border-radius: 50%;
    position: absolute;
    height: 80px;
  }
  .indexthree .ti .fuzi1 {
    left: 16%;
    top: 8%;
  }
  .indexthree .ti .fuzi2 {
    left: -4%;
    top: 56%;
  }
  .indexthree .ti .fuzi3 {
    left: 70%;
    top: 5%;
  }
  .indexthree .ti .fuzi4 {
    left: 89%;
    top: 56%;
  }
  .indexthree .ti .fuzi .tup {
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
  }
  .indexthree .ti .fuzi img {
    width: 53px;
    margin-top: 16px;
  }
  .indexthree .ti .fuzi .img2 {
    display: none;
  }
  .indexthree .ti .fuzi:hover .img1 {
    display: none;
  }
  .indexthree .ti .fuzi:hover .img2 {
    display: inline-block;
  }
  .indexthree .ti .fuzi .wenz {
    width: 300px;
    position: absolute;
    left: 119%;
    top: -14px;
  }
  .indexthree .ti .fuzi.fuzi1 .wenz,
  .indexthree .ti .fuzi.fuzi2 .wenz {
    left: auto;
    right: 119%;
    text-align: right;
  }
  .indexthree .ti .fuzi .wenz .tou {
    font-size: 16px;
    line-height: 30px;
    color: #333;
  }
  .indexthree .ti .fuzi .wenz .shen {
    font-size: 14px;
    line-height: 24px;
    color: #666;
  }
  .indexthree .tier {
    width: 100%;
    text-align: center;
    padding: 42px 0 84px;
  }
  .indexthree .tier .tou {
    width: 100%;
    line-height: 42px;
    font-size: 18px;
    color: #333;
  }
  .indexthree .tier .shen {
    width: 100%;
    line-height: 22px;
    font-size: 14px;
    color: #666;
  }
  .indexfour {
    width: 100%;
  }
  .indexfour .ti {
    width: 100%;
    background-color: #2e3033;
    margin-top: 38px;
  }
  .hangy-demo .item .datu {
    width: 100%;
  }
  .hangy-demo .item .fuceng {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(46, 48, 51, 0.86);
    transition: all 400ms;
  }
  .hangy-demo .item .fuzi {
    width: 90%;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -75px;
    transition: all 400ms;
    text-align: center;
  }
  .hangy-demo .item:hover .fuzi {
    margin-top: -133px;
  }
  .hangy-demo .item .fuzi .tu {
    width: 93px;
    margin: 0 auto;
  }
  .hangy-demo .item .fuzi .tu img {
    width: 100%;
  }
  .hangy-demo .item .fuzi .tou {
    line-height: 48px;
    font-size: 18px;
    color: #fff;
  }
  .hangy-demo .item .fuzi .shen {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    height: 80px;
    overflow: hidden;
    display: none;
  }
  .hangy-demo .item:hover .fuzi .shen {
    display: block;
  }
  .hangy-demo .item .fuzi .more {
    width: 194px;
    line-height: 36px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    font-size: 14px;
    color: #fff;
    background: url(../images/morebg.png) no-repeat center center;
    height: 39px;
    display: none;
    background-size: contain;
  }
  .hangy-demo .item:hover .fuzi .more {
    display: block;
  }
  .indexfive {
    width: 100%;
  }
  .indexfive .ti {
    width: 89%;
    padding-bottom: 60px;
    border-bottom: 1px solid #e3e3e3;
    margin: 20px auto 0;
  }
  .indexfive .ti li {
    width: 16%;
    text-align: center;
    margin: 8px 2%;
  }
  .indexfive .ti li img {
    width: 100%;
  }
  .indexsix {
    width: 100%;
    padding-top: 68px;
  }
  .indexsix .qies {
    width: 100%;
    text-align: center;
    line-height: 48px;
    font-size: 22px;
    color: #333;
    transition: all 200ms;
  }
  .indexsix .qies span.active {
    color: #01c9fd;
  }
  .indexsix .huans {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 68px;
  }
  .indexsix .huans .huan {
    width: 800px;
    margin: 0 auto;
  }
  .indexsix .huans .ms {
    width: 100%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #666;
  }
  .indexsix .huans .lunbo {
    width: 100%;
    margin-top: 36px;
  }
  .banner {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }
  .banner1 {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }
  .large_box {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .large_box ul li {
    line-height: 25px;
    font-size: 14px;
    color: #666;
    text-align: center;
    width: 100%;
  }
  .large_box1 {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .large_box1 ul li {
    line-height: 25px;
    font-size: 14px;
    color: #666;
    text-align: center;
    width: 100%;
  }
  .small_box {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .small_list {
    position: relative;
    width: 570px;
    overflow: hidden;
    margin: 30px auto 0;
    padding-top: 20px;
  }
  .small_list ul {
    width: 510px;
    margin: 0 auto;
  }
  .small_list ul li {
    position: relative;
    float: left;
    margin-right: 60px;
    width: 150px;
    cursor: pointer;
  }
  .small_list ul li .tu {
    width: 130px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    transition: all 600ms;
    margin: 0 auto;
  }
  .small_list ul li.on .tu {
    transform: scale(1.1);
    top: -10px;
  }
  .small_list ul li img {
    display: block;
    width: 100%;
  }
  .small_list ul li .bun_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
  }
  .small_list ul li.on .bun_bg {
    display: none;
  }
  .small_list ul li .zi {
    line-height: 22px;
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 600ms;
  }
  .small_list ul li.on .zi {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .small_list ul li .zi .mz {
    font-size: 15px;
    color: #333;
  }
  .small_box1 {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .small_list1 {
    position: relative;
    width: 540px;
    overflow: hidden;
    margin: 0 auto 0;
    padding-top: 20px;
  }
  .small_list1 ul {
    width: 510px;
    margin: 0 auto;
  }
  .small_list1 ul li {
    position: relative;
    float: left;
    margin-right: 45px;
    width: 150px;
    cursor: pointer;
  }
  .small_list1 ul li .tu {
    width: 110px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    transition: all 600ms;
    margin: 0 auto;
  }
  .small_list1 ul li.on .tu {
    transform: scale(1.2);
    top: -8px;
  }
  .small_list1 ul li img {
    display: block;
    width: 100%;
  }
  .small_list1 ul li .bun_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
  }
  .small_list1 ul li.on .bun_bg {
    display: none;
  }
  .small_list1 ul li .zi {
    line-height: 22px;
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 600ms;
  }
  .small_list1 ul li.on .zi {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .small_list1 ul li .zi .mz {
    font-size: 15px;
    color: #333;
  }
  .btn {
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 1;
  }
  .left_btn {
    background-image: url(../images/feel3.png);
    left: 0;
  }
  .right_btn {
    background-image: url(../images/feel4.png);
    right: 0;
  }
  .left_btn1 {
    background-image: url(../images/feel3.png);
    left: 0;
  }
  .right_btn1 {
    background-image: url(../images/feel4.png);
    right: 0;
  }

  .indexseven {
    width: 100%;
    padding-bottom: 100px;
  }
  .indexseven .ti {
    width: 100%;
    margin-top: 40px;
  }
  .indexseven .ti .zuo {
    width: 37.8%;
  }
  .new-demo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .new-demo .item {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .new-demo .item .datu {
    width: 100%;
    vertical-align: middle;
    height: 286px;
  }
  .new-demo .item:hover .datu {
    transform: scale(1.05);
  }
  .new-demo .item .wenzi {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 94px;
    overflow: hidden;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.57);
    z-index: 2;
    padding: 20px 20px 0;
    box-sizing: border-box;
  }
  .new-demo .item .wenzi .hd {
    width: 65px;
    line-height: 20px;
    border-radius: 10px;
    background-color: #01c9fd;
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
  .new-demo .item .wenzi .hang {
    width: 100%;
    line-height: 26px;
    margin: 7px 0;
    font-size: 16px;
    color: #fff;
    height: 26px;
  }
  .indexseven .ti .you {
    width: 57.1%;
  }
  .indexseven .ti .you li {
    width: 100%;
    margin-top: 30px;
  }
  .indexseven .ti .you li:first-child {
    margin-top: 0;
  }
  .indexseven .ti .you li .tu {
    width: 28.5%;
    overflow: hidden;
  }
  .indexseven .ti .you li .tu img {
    width: 100%;
    transition: all 400ms;
  }
  .indexseven .ti .you li:hover .tu img {
    transform: scale(1.05);
  }
  .indexseven .ti .you li .zi {
    width: 65.6%;
  }
  .indexseven .ti .you li .zi .bs {
    width: 63px;
    line-height: 18px;
    border: 1px solid #01c9fd;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    color: #01c9fd;
  }
  .indexseven .ti .you li .zi .tou {
    display: block;
    width: 100%;
    line-height: 26px;
    margin-top: 2px;
    font-size: 16px;
    height: 26px;
  }
  .indexseven .ti .you li .zi .riqi {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #666;
  }
  .indexseven .ti .you li .zi .shen {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    height: 40px;
  }

  .mfoot {
    width: 100%;
    background-color: #262f3e;
  }
  .mfoot .shang {
    width: 100%;
    padding: 30px 0 20px;
    border-bottom: 1px solid #404855;
  }
  .mfoot .shang .one {
    margin-right: 30px;
  }
  .mfoot .shang .one .ftou {
    display: block;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: 120px;
  }
  .mfoot .shang .one a:hover {
    color: #01c9fd;
  }
  .mfoot .shang .one .fshen {
    display: block;
    line-height: 26px;
    font-size: 12px;
  }
  .mfoot .shang .seven {
    width: 280px;
    margin-top: 7px;
  }
  .mfoot .shang .seven .hang {
    margin-bottom: 8px;
  }
  .mfoot .shang .seven .tb {
    width: 22px;
    height: 22px;
    border: 2px solid #94989f;
    border-radius: 50%;
    color: #94989f;
    text-align: center;
    margin-top: 5px;
    line-height: 22px;
  }
  .mfoot .shang .seven .tb i {
    font-size: 14px;
  }
  .mfoot .shang .seven .wz {
    width: 248px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
  }
  .mfoot .shang .seven .wz div {
    line-height: 22px;
    font-size: 16px;
    color: #fff;
  }
  .mfoot .shang .seven .wz div.jia {
    font-size: 14px;
  }
  .mfoot .shang .seven .hang3 .wz div {
    font-size: 12px;
  }
  .mfoot .shang .eight {
    width: 106px;
    margin-right: 18px;
    margin-top: 11px;
  }
  .mfoot .shang .eight .tu {
    width: 100%;
  }
  .mfoot .shang .eight .tu img {
    width: 100%;
  }
  .mfoot .shang .eight .zi {
    line-height: 36px;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
  .mfoot .xia {
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    padding: 20px 0 30px;
  }
  .mfoot .xia a {
    color: #fff;
  }

  /*内页*/
  .suoyouone {
    width: 100%;
    position: relative;
  }
  .suoyouone .datu {
    width: 100%;
  }
  .suoyouone.bangzone .datu {
    max-height: 290px;
  }
  .suoyouone .fuzi {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 96px;
    padding-left: 70px;
    box-sizing: border-box;
    padding-right: 480px;
  }
  .suoyouone .fuzi .tou {
    font-size: 30px;
    line-height: 44px;
    color: #01c9fd;
    font-weight: bold;
  }
  .suoyouone .fuzi .shen {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
  }
  .suoyouone .zhongdao {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.21);
  }
  .suoyouone .zhongdao .ggwid {
    position: relative;
    z-index: 22;
  }
  .suoyouone .zhongdao li {
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
  }
  .suoyouone .zhongdao li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  .suoyouone .zhongdao .sekuai {
    width: 170px;
    height: 50px;
    position: absolute;
    top: 0;
    background-color: #01c9fd;
    z-index: -1;
    transition: all 400ms;
  }
  .erdao {
    width: 100%;
    padding: 35px 0;
    line-height: 36px;
    text-align: right;
    color: #999;
    font-size: 14px;
  }
  .erdao i {
    font-size: 16px;
    margin-right: 2px;
  }
  .erdao a {
    color: #999;
    transition: all 200ms;
  }
  .erdao a:hover {
    color: #01c9fd;
  }
  .erdao a.active {
    color: #01c9fd;
  }
  .erdao .juzuo li {
    text-align: center;
    border-left: 1px solid #ccc;
    padding: 0 24px;
    line-height: 26px;
    margin: 5px 0;
  }
  .erdao .juzuo li.active a {
    color: #01c9fd;
    text-decoration: underline;
  }
  .erdao .juzuo li:hover a {
    color: #01c9fd;
    text-decoration: underline;
  }
  .erdao .juzuo li:first-child {
    border-left: none;
  }
  .shiytwo {
    width: 100%;
    padding-bottom: 76px;
  }
  .shiytwo li {
    width: 100%;
    border: 1px solid #efefef;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 40px;
    margin-bottom: 28px;
  }
  .shiytwo li .tu {
    width: 11.4%;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 13px;
  }
  .shiytwo li .tu img {
    width: 100%;
    transition: all 400ms;
  }
  .shiytwo li .tu:hover img {
    transform: scale(1.05);
  }
  .shiytwo li .zi {
    width: 82%;
    margin-left: 3%;
  }
  .shiytwo li .zi .tou {
    display: block;
    line-height: 26px;
    font-size: 16px;
    color: #333;
    transition: all 200ms;
    height: 26px;
    overflow: hidden;
  }
  .shiytwo li .zi .riqi {
    line-height: 26px;
    font-size: 14px;
    color: #666;
  }
  .shiytwo li .zi .shen {
    line-height: 28px;
    font-size: 14px;
    color: #666;
    height: 56px;
    overflow: hidden;
  }
  .shiytwo li .zi .za {
    line-height: 28px;
    font-size: 14px;
    margin-top: 20px;
  }
  .shiytwo li .zi .za i {
    margin-right: 3px;
    font-size: 20px;
    position: relative;
    top: 2px;
  }
  .shiytwo li .zi .za span {
    margin-right: 30px;
  }

  /*faq.html*/
  .faqtwo {
    width: 100%;
    padding-bottom: 76px;
  }
  .faqtwo li {
    width: 100%;
    border: 1px solid #efefef;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 28px;
  }
  .faqtwo li .one {
    width: 100%;
  }
  .faqtwo li .one .tu {
    width: 2.7%;
  }
  .faqtwo li .one .tu img {
    width: 100%;
  }
  .faqtwo li .one .zi {
    width: auto;
    margin-left: 1%;
    line-height: 26px;
    padding: 7px 20px 7px 10px;
    border-radius: 20px;
    background-color: #e9eaeb;
    position: relative;
    font-size: 16px;
    color: #333;
    min-width: 360px;
  }
  .faqtwo li .one .zi .jiao {
    width: 7px;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -6px;
    line-height: 0;
  }
  .faqtwo li .one .zi .jiao img {
    width: 100%;
    line-height: 0;
  }
  .faqtwo li .two {
    width: 100%;
    margin-top: 14px;
  }
  .faqtwo li .two .tu {
    width: 2.7%;
  }
  .faqtwo li .two .tu img {
    width: 100%;
  }
  .faqtwo li .two .zi {
    width: 90%;
    margin-left: 1%;
    line-height: 28px;
    font-size: 14px;
    color: #666;
  }

  /*lianxi.html*/
  .lianxtwo {
    width: 100%;
    background: url(../images/lxbg.jpg) no-repeat top center;
  }
  .lianxtwo .lxti {
    padding: 82px 0 100px;
  }
  .lianxtwo .zuo {
    width: 58.35%;
    margin-left: 4.42%;
    position: relative;
  }
  .lianxtwo .zuo .datu {
    width: 100%;
  }
  .lianxtwo .zuo .kuai {
    width: 8px;
    height: 8px;
    position: absolute;
    margin-left: -4px;
    margin-top: -4px;
    background-color: #fa6d1b;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
  }
  .lianxtwo .zuo .kuai .mz {
    width: 50px;
    line-height: 20px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    z-index: 3;
  }
  .lianxtwo .zuo .kuai .futu {
    width: 400px;
    position: absolute;
    left: 50%;
    margin-left: -193px;
    bottom: 7px;
    z-index: 3;
    display: none;
  }
  .lianxtwo .zuo .kuai .futu img {
    width: 100%;
    vertical-align: top;
  }
  .lianxtwo .zuo .kuai .zho {
    width: 100%;
    height: 100%;
    background-color: #61a7e0;
    z-index: 2;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .lianxtwo .zuo .kuai .ceng {
    width: 100%;
    height: 100%;
    background-color: #61a7e0;
    /*border: 1px solid #e6343c;*/
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: 1;
  }
  .lianxtwo .zuo .kuaibj {
    left: 74.9%;
    top: 39%;
  }
  .lianxtwo .zuo .kuaibj .zho {
    background-color: #f68c20;
  }
  .lianxtwo .zuo .kuaibj .ceng {
    background-color: #f68c20;
  }
  .lianxtwo .zuo .kuainx {
    left: 56.4%;
    top: 48.9%;
  }
  .lianxtwo .zuo .kuaixa {
    left: 62.9%;
    top: 55.4%;
  }
  .lianxtwo .zuo .kuaixa .zho {
    background-color: #01c9fd;
  }
  .lianxtwo .zuo .kuaixa .ceng {
    background-color: #01c9fd;
  }
  .lianxtwo .zuo .kuaihn {
    left: 69.7%;
    top: 57.7%;
  }
  .lianxtwo .zuo .kuaish {
    left: 86.9%;
    top: 61.4%;
  }
  .lianxtwo .zuo .kuaihz {
    left: 84.4%;
    top: 68.4%;
  }
  .lianxtwo .zuo .kuaihz .zho {
    background-color: #6179e0;
  }
  .lianxtwo .zuo .kuaihz .ceng {
    background-color: #6179e0;
  }
  .lianxtwo .zuo .kuaisz {
    left: 72.2%;
    top: 83.4%;
  }
  .lianxtwo .you {
    width: 25%;
    margin-right: 4.42%;
    margin-top: 110px;
  }
  .lianxtwo .you li {
    width: 100%;
    padding: 16px 5.7%;
    box-sizing: border-box;
  }
  .lianxtwo .you li .tu {
    width: 11.9%;
  }
  .lianxtwo .you li .tu i {
    font-size: 28px;
    color: #ff6666;
  }
  .lianxtwo .you li.xa .tu i {
    color: #01c9fd;
  }
  .lianxtwo .you li.bj .tu i {
    color: #f68c20;
  }
  .lianxtwo .you li.hz .tu i {
    color: #6179e0;
  }
  .lianxtwo .you li .zi {
    width: 88%;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    margin-top: 2px;
  }

  /*news.html*/
  .newstwo {
    width: 100%;
  }
  .newstwo .onebu {
    padding-bottom: 56px;
    border-bottom: 1px solid #e8e8e8;
  }
  .newstwo .onebu li {
    width: 31.4%;
    margin-left: 2.9%;
  }
  .newstwo .onebu li:first-child {
    margin-left: 0;
  }
  .newstwo .onebu li .tu {
    width: 100%;
    overflow: hidden;
  }
  .newstwo .onebu li .tu img {
    width: 100%;
    height: 270px;
  }
  .newstwo .onebu li .tou {
    display: block;
    width: 100%;
    line-height: 24px;
    margin-top: 27px;
    font-size: 16px;
    color: #333;
    height: 24px;
    overflow: hidden;
    transition: all 200ms;
  }
  .newstwo .onebu li:hover .tou {
    color: #01c9fd;
  }
  .newstwo .onebu li .riqi {
    width: 100%;
    line-height: 38px;
    font-size: 14px;
    color: #666;
  }
  .newstwo .onebu li .shen {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    height: 40px;
    overflow: hidden;
  }
  .newstwo .onebu li .more {
    display: block;
    width: 110px;
    line-height: 32px;
    font-size: 14px;
    margin-top: 17px;
    color: #666;
    transition: all 200ms;
  }
  .newstwo .onebu li:hover .more {
    color: #01c9fd;
  }
  .newstwo .onebu li .more span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #cbcbcb;
    color: #fff;
    transition: all 200ms;
    margin-left: 16px;
  }
  .newstwo .onebu li:hover .more span {
    background-color: #01c9fd;
  }
  .newstwo .onebu li .more span i {
    font-size: 12px;
  }
  .newstwo .twobu {
    width: 100%;
  }
  .newstwo .twobu li {
    width: 100%;
    padding: 56px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .newstwo .twobu li .tu {
    width: 23.43%;
    overflow: hidden;
  }
  .newstwo .twobu li .tu img {
    width: 100%;
    height: 177px;
  }
  .newstwo .twobu li .zi {
    width: 72.85%;
    margin-left: 3.72%;
  }
  .newstwo .twobu li .zi .tou {
    display: block;
    width: 100%;
    line-height: 24px;
    margin-top: 17px;
    font-size: 16px;
    color: #333;
    height: 24px;
    overflow: hidden;
    transition: all 200ms;
  }
  .newstwo .twobu li:hover .zi .tou {
    color: #01c9fd;
  }
  .newstwo .twobu li .zi .riqi {
    width: 100%;
    line-height: 38px;
    font-size: 14px;
    color: #666;
  }
  .newstwo .twobu li .zi .shen {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    height: 40px;
    overflow: hidden;
  }
  .newstwo .twobu li .zi .more {
    display: block;
    width: 110px;
    line-height: 32px;
    font-size: 14px;
    margin-top: 17px;
    color: #666;
    transition: all 200ms;
  }
  .newstwo .twobu li:hover .zi .more {
    color: #01c9fd;
  }
  .newstwo .twobu li .zi .more span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #cbcbcb;
    color: #fff;
    transition: all 200ms;
    margin-left: 16px;
  }
  .newstwo .twobu li:hover .zi .more span {
    background-color: #01c9fd;
  }
  .newstwo .twobu li .zi .more span i {
    font-size: 12px;
  }
  .newstwo .fenye {
    width: 100%;
    line-height: 42px;
    padding: 100px 0;
    text-align: center;
  }
  .newstwo .fenye a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    transition: all 200ms;
  }
  .newstwo .fenye .sy {
    padding: 0 6px;
  }
  .newstwo .fenye .syy {
    padding: 0 6px;
    margin-right: 8px;
  }
  .newstwo .fenye .xyy {
    padding: 0 6px;
    margin-left: 8px;
  }
  .newstwo .fenye .wy {
    padding: 0 6px;
  }
  .newstwo .fenye a:hover {
    color: #01c9fd;
  }
  .newstwo .fenye .num {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #dddddd;
    margin: 0 5px;
  }
  .newstwo .fenye .num.active {
    background-color: #01c9fd;
    color: #fff;
  }
  .newstwo .fenye .num:hover {
    background-color: #01c9fd;
    color: #fff;
  }

  /*yingy.html*/
  .yingytwo {
    width: 100%;
  }
  .yingytwo .onebu {
    border-bottom: 1px solid #e8e8e8;
  }
  .yingytwo .onebu li {
    width: 31.4%;
    margin-left: 2.9%;
    padding-bottom: 56px;
  }
  .yingytwo .onebu li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .yingytwo .onebu li .tu {
    width: 100%;
    overflow: hidden;
  }
  .yingytwo .onebu li .tu img {
    width: 100%;
    height: 270px;
  }
  .yingytwo .onebu li .tou {
    display: block;
    width: 100%;
    line-height: 24px;
    margin-top: 27px;
    font-size: 16px;
    color: #333;
    height: 24px;
    overflow: hidden;
    transition: all 200ms;
  }
  .yingytwo .onebu li:hover .tou {
    color: #01c9fd;
  }
  .yingytwo .onebu li .riqi {
    width: 100%;
    line-height: 38px;
    font-size: 14px;
    color: #666;
  }
  .yingytwo .onebu li .shen {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    height: 40px;
    overflow: hidden;
  }
  .yingytwo .onebu li .more {
    display: block;
    width: 110px;
    line-height: 32px;
    font-size: 14px;
    margin-top: 17px;
    color: #666;
    transition: all 200ms;
  }
  .yingytwo .onebu li:hover .more {
    color: #01c9fd;
  }
  .yingytwo .onebu li .more span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #cbcbcb;
    color: #fff;
    transition: all 200ms;
    margin-left: 16px;
  }
  .yingytwo .onebu li:hover .more span {
    background-color: #01c9fd;
  }
  .yingytwo .onebu li .more span i {
    font-size: 12px;
  }
  .fenye {
    width: 100%;
    line-height: 42px;
    padding: 100px 0;
    text-align: center;
  }
  .fenye a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    transition: all 200ms;
  }
  .fenye .sy {
    padding: 0 6px;
  }
  .fenye .syy {
    padding: 0 6px;
    margin-right: 8px;
  }
  .fenye .xyy {
    padding: 0 6px;
    margin-left: 8px;
  }
  .fenye .wy {
    padding: 0 6px;
  }
  .fenye a:hover {
    color: #01c9fd;
  }
  .fenye .num {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #dddddd;
    margin: 0 5px;
  }
  .fenye .num.active {
    background-color: #01c9fd;
    color: #fff;
  }
  .fenye .num:hover {
    background-color: #01c9fd;
    color: #fff;
  }

  /*zcbangz.html*/
  .bangztwo {
    width: 100%;
  }
  .bangztwo li {
    width: 48%;
    margin-left: 4%;
  }
  .bangztwo li:first-child {
    margin-left: 0;
  }
  .bangztwo li .biaot {
    width: 100%;
    text-align: center;
    line-height: 34px;
    font-size: 22px;
    color: #333;
  }
  .bangztwo li .ms {
    width: 100%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #666;
  }
  .bangztwo li .one {
    width: 100%;
    margin-top: 38px;
  }
  .bangztwo li .one .onex {
    width: 49%;
    margin-left: 1%;
    text-align: center;
    padding: 4px 0 20px;
    background-color: #d9f8ff;
    position: relative;
    overflow: hidden;
    color: #38a6bd;
    transition: all 200ms;
  }
  .bangztwo li.you .one .onex {
    background-color: #e6f7f5;
  }
  .bangztwo li .one .onex:first-child {
    margin-left: 0;
  }
  .bangztwo li .one .onex .tu {
    width: 100%;
    padding: 12px 0;
    position: relative;
    z-index: 2;
  }
  .bangztwo li .one .onex .tu img {
    width: 87px;
  }
  .bangztwo li .one .onex .tu img.img1 {
    display: none;
  }
  .bangztwo li .one .onex:hover .tu img.img1 {
    display: inline-block;
  }
  .bangztwo li .one .onex:hover .tu img.img2 {
    display: none;
  }
  .bangztwo li .one .onex .tou {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-weight: bold;
    position: relative;
    z-index: 2;
  }
  .bangztwo li .one .onex .shen {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .bangztwo li .one .onex .fuceng {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #03d2ff;
    z-index: 1;
    transition: all 200ms;
  }
  .bangztwo li.you .one .onex .fuceng {
    background-color: #58cbba;
  }
  .bangztwo li .one .onex:hover .fuceng {
    top: 0;
  }
  .bangztwo li .two {
    width: 100%;
    margin-top: 16px;
    padding: 24px 22%;
    box-sizing: border-box;
    background-color: #d9f8ff;
    position: relative;
    color: #38a6bd;
    transition: all 200ms;
    overflow: hidden;
  }
  .bangztwo li.you .two {
    background-color: #e6f7f5;
  }
  .bangztwo li .two:hover {
    color: #fff;
  }
  .bangztwo li .two .tu {
    width: 24.8%;
    margin-right: 4.2%;
    position: relative;
    z-index: 2;
  }
  .bangztwo li .two .tu img {
    width: 100%;
  }
  .bangztwo li .two .tu img.img1 {
    display: none;
  }
  .bangztwo li .two:hover .tu img.img1 {
    display: inline-block;
  }
  .bangztwo li .two:hover .tu img.img2 {
    display: none;
  }
  .bangztwo li .two .zi {
    width: 71%;
    position: relative;
    z-index: 2;
  }
  .bangztwo li .two .zi .tou {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-weight: bold;
    margin-top: 20px;
  }
  .bangztwo li .two .zi .shen {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
  }
  .bangztwo li .two .fuceng {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #03d2ff;
    z-index: 1;
    transition: all 200ms;
  }
  .bangztwo li.you .two .fuceng {
    background-color: #58cbba;
  }
  .bangztwo li .two:hover .fuceng {
    top: 0;
  }
  .bangzthree {
    width: 100%;
    padding-top: 94px;
  }
  .bangzthree .tit {
    width: 100%;
  }
  .bangzthree .tit .tou {
    width: 100%;
    text-align: center;
    line-height: 34px;
    font-size: 22px;
    color: #333;
  }
  .bangzthree .tit .ms {
    width: 100%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #666;
  }
  .bangzthree .ti {
    width: 100%;
    margin-top: 45px;
    background-color: #e0e2e4;
  }
  .bangzthree .ti .ggwid {
    position: relative;
  }
  .bangzthree .ti .datu {
    width: 100%;
  }
  .bangzthree .ti .fuceng {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.47);
    z-index: 2;
  }
  .bangzthree .ti .fuceng .tub {
    width: 82px;
    position: absolute;
    left: 50%;
    margin-left: -41px;
    top: 50%;
    margin-top: -41px;
  }
  .bangzthree .ti .fuceng .tub img {
    width: 100%;
  }
  .bangzfour {
    width: 100%;
    padding: 95px 0 100px;
  }
  .bangzfour .tit {
    width: 100%;
    line-height: 48px;
    font-size: 22px;
    color: #333;
  }
  .bangzfour .banben {
    width: 50%;
    border-right: 1px solid #e8e8e8;
    min-height: 340px;
  }
  .bangzfour .banben .ti {
    margin-top: 30px;
    width: 100%;
  }
  .bangzfour .banben .ti li {
    width: 100%;
    line-height: 42px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    height: 42px;
  }
  .bangzfour .banben .ti li:hover {
    color: #01c9fd;
  }
  .bangzfour .banben .ti li a {
    color: inherit;
  }
  .bangzfour .banben .ti li .wenz {
    width: 73.4%;
    margin-right: 2%;
  }
  .bangzfour .banben .ti li .wenz i {
    font-size: 20px;
    margin-right: 7px;
    position: relative;
    top: 2px;
  }
  .bangzfour .banben .ti li .riqi {
    width: 21.4%;
  }
  .bangzfour .yjfk {
    width: 42.1%;
  }
  .bangzfour .yjfk .ti {
    width: 100%;
  }
  .bangzfour .yjfk .ti li {
    width: 100%;
    margin-top: 8px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
  }
  .bangzfour .yjfk .ti li .mz {
    width: 52px;
    min-height: 1px;
  }
  .bangzfour .yjfk .ti li .shr {
    width: 330px;
    height: 30px;
    border: 1px solid #e7e7e7;
    color: #666;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .bangzfour .yjfk .ti li textarea {
    width: 440px;
    height: 90px;
    line-height: 24px;
    font-family: "microsoft yahei";
    color: #666;
    border: 1px solid #e7e7e7;
    resize: none;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
  }
  .bangzfour .yjfk .ti li .tij {
    width: 146px;
    height: 34px;
    background-color: #03d2ff;
    color: #fff;
    font-size: 14px;
    transition: all 200ms;
    margin-top: 10px;
    cursor: pointer;
  }
  .bangzfour .yjfk .ti li .tij:hover {
    background-color: #19afd6;
  }

  /*zixun.html*/
  .zxtwo {
    width: 100%;
  }
  .zxtwo li {
    width: 23.2%;
    margin-left: 2.4%;
    border-bottom-right-radius: 17px;
    border-top-left-radius: 17px;
    overflow: hidden;
    position: relative;
  }
  .zxtwo li:first-child {
    margin-left: 0;
  }
  .zxtwo li .datu {
    width: 100%;
  }
  .zxtwo li .fuceng {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .zxtwo li .fuzi {
    width: 94%;
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    color: #fff;
    text-align: center;
  }
  .zxtwo li:hover .fuzi {
    margin-top: -65px;
  }
  .zxtwo li .fuzi .tou {
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
  }
  .zxtwo li .fuzi .shen {
    font-size: 14px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
  }
  .zxthree {
    width: 100%;
  }
  .zxthree .ti {
    width: 82.1%;
    margin: 0 auto;
  }
  .zxthree .ti li {
    width: 100%;
    background-color: #e8e8e8;
    margin-top: 34px;
  }
  .zxthree .ti li .zi {
    width: 17.4%;
    padding: 46px 9.2% 0;
  }
  .zxthree .ti li .zi .tou {
    line-height: 36px;
    font-size: 22px;
  }
  .zxthree .ti li .zi .shen {
    line-height: 22px;
    font-size: 14px;
    height: 44px;
    overflow: hidden;
  }
  .zxthree .ti li .zi .more {
    display: block;
    width: 128px;
    line-height: 28px;
    border: 1px solid #04c9fd;
    border-radius: 15px;
    text-align: center;
    margin-top: 18px;
    color: #04c9fd;
    position: relative;
    overflow: hidden;
    transition: all 200ms;
    z-index: 1;
    font-size: 14px;
  }
  .zxthree .ti li:hover .zi .more {
    color: #fff;
  }
  .zxthree .ti li .zi .more .ceng {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    background-color: #04c9fd;
    transition: all 400ms;
    z-index: -1;
  }
  .zxthree .ti li:hover .zi .more .ceng {
    right: 0;
  }
  .zxthree .ti li .tu {
    width: 56.5%;
    position: relative;
  }
  .zxthree .ti li.one .tu {
    padding-left: 6.3%;
    border-left: 1px dashed #c5c5c5;
  }
  .zxthree .ti li.one .dian {
    width: 16px;
    height: 16px;
    position: absolute;
    left: -8px;
    border-radius: 50%;
    background-color: #fff;
  }
  .zxthree .ti li.two .tu {
    padding-right: 6.3%;
    border-right: 1px dashed #c5c5c5;
  }
  .zxthree .ti li.two .dian {
    width: 16px;
    height: 16px;
    position: absolute;
    right: -8px;
    border-radius: 50%;
    background-color: #fff;
  }
  .zxthree .ti li .dianyi {
    top: -8px;
  }
  .zxthree .ti li .dianer {
    bottom: -8px;
  }
  .zxthree .ti li .tu img {
    width: 100%;
  }
  .zxfour {
    width: 100%;
  }
  .zxfour .ti {
    width: 100%;
    padding-bottom: 100px;
  }
  .swiper-container {
    width: 1100px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 62px;
    height: 260px;
  }
  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 400px;
    height: 270px;
  }
  .swiper-slide .tu {
    width: 100%;
  }
  .swiper-slide img {
    width: 100%;
  }
  .swiper-slide .zi {
    width: 100%;
    margin-top: 14px;
    display: none;
    text-align: center;
  }
  .swiper-slide.swiper-slide-active .zi {
    display: block;
  }
  .swiper-slide .zi .tou {
    line-height: 30px;
    font-size: 18px;
    color: #333;
  }
  .swiper-slide .zi .shen {
    line-height: 24px;
    font-size: 16px;
    color: #333;
  }
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 18px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
  }

  /*licheng.html*/
  .lictwo {
    width: 100%;
    background: url(../images/lictwobg.png) no-repeat bottom center;
    background-color: #fdfdfe;
    overflow: hidden;
  }
  .lictwo .intit {
    padding-top: 0;
    width: 646px;
    margin: 0 auto;
  }
  .lictwo .ggwid {
    width: 1200px;
  }
  .lictwo .ti {
    width: 100%;
    margin: 210px 0 260px;
    position: relative;
  }
  .lictwo .ti .dongw {
    width: 0;
    overflow: hidden;
  }
  .lictwo .ti .bgtu {
    width: 100%;
  }
  .lictwo .ti .bgtu img {
    width: 100%;
  }
  .lictwo .ti .dian {
    width: 49px;
    position: absolute;
    margin-left: -25px;
    margin-top: -25px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 1600ms;
  }
  .lictwo .ti.chux .dian {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .lictwo .ti .diana6 {
    left: 91%;
    top: 27.6%;
    transition-delay: 0.6s;
  }
  .lictwo .ti .dian .datu {
    width: 100%;
    position: relative;
    z-index: 9;
  }
  .lictwo .ti .dian .dazi {
    width: 62px;
    position: absolute;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    left: 50%;
    text-align: center;
    margin-left: -31px;
    top: -12px;
  }
  .lictwo .ti .dian .biaoshang {
    width: 166px;
    position: absolute;
    left: 50%;
    margin-left: -83px;
    bottom: 25px;
    z-index: 8;
  }
  .lictwo .ti .dian .biaoxia {
    width: 166px;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: 25px;
    z-index: 8;
  }
  .lictwo .ti .dian .tou {
    font-size: 16px;
    color: #333;
    line-height: 36px;
  }
  .lictwo .ti .dian .biaoxia .tou {
    margin-top: 5px;
  }
  .lictwo .ti .dian .biaoshang .shen {
    margin-bottom: 11px;
  }
  .lictwo .ti .dian .shen {
    font-size: 14px;
    color: #666;
    line-height: 20px;
  }
  .lictwo .ti .dian .tu {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .lictwo .ti .dian .tu img {
    width: auto;
  }
  .lictwo .ti .dian .biaoxia .tu img {
    position: absolute;
    left: 31px;
    bottom: 0;
  }
  .lictwo .ti .dian1 {
    left: 10%;
    top: 76.6%;
  }
  .lictwo .ti .dian1 .tu {
    height: 80px;
  }
  .lictwo .ti .dian2 {
    left: 17%;
    top: 73.6%;
    transition-delay: 0.3s;
  }
  .lictwo .ti .dian2 .tu {
    height: 80px;
  }
  .lictwo .ti .dian3 {
    left: 26%;
    top: 76.6%;
    transition-delay: 0.6s;
  }
  .lictwo .ti .dian3 .tu {
    height: 120px;
  }
  .lictwo .ti .dian4 {
    left: 41%;
    top: 46.6%;
    transition-delay: 0.9s;
  }
  .lictwo .ti .dian4 .biaoshang .tu {
    height: 118px;
  }
  .lictwo .ti .dian4 .biaoxia .tu {
    height: 188px;
  }
  .lictwo .ti .dian5 {
    left: 57%;
    top: 42.6%;
    transition-delay: 1.2s;
  }
  .lictwo .ti .dian5 .biaoshang .tu {
    height: 160px;
  }
  .lictwo .ti .dian5 .biaoxia .tu {
    height: 206px;
  }
  .lictwo .ti .dian6 {
    left: 72%;
    top: 46.6%;
    transition-delay: 1.5s;
  }
  .lictwo .ti .dian6 .tu {
    height: 206px;
  }
  .lictwo .ti .dian7 {
    left: 86%;
    top: 33.6%;
    transition-delay: 1.8s;
  }
  .lictwo .ti .dian7 .biaoshang .tu {
    height: 240px;
  }
  .lictwo .ti .dian7 .biaoxia .tu {
    height: 260px;
  }
  .lictwo .ti .bitot1 {
    width: 175px;
    height: 100px;
    background: url(../images/liuczibg1.png) no-repeat center center;
    padding: 20px 28px;
    box-sizing: border-box;
    line-height: 24px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    position: absolute;
    left: 40px;
    top: -120px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 1600ms;
  }
  .lictwo .ti.chux .bitot1 {
    top: -80px;
    opacity: 1;
    filter: alpha(opacity=100);
    transition-delay: 2s;
  }
  .lictwo .ti .bitot2 {
    width: 175px;
    height: 100px;
    background: url(../images/liuczibg2.png) no-repeat center center;
    padding: 30px 41px;
    box-sizing: border-box;
    line-height: 24px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    position: absolute;
    right: 65px;
    bottom: -290px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 1600ms;
  }
  .lictwo .ti.chux .bitot2 {
    bottom: -210px;
    opacity: 1;
    filter: alpha(opacity=100);
    transition-delay: 2s;
  }
  .lictwo .tisan {
    width: 1400px;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 90px;
  }
  .lcts-demo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .lcts-demo .item {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .lcts-demo .item .datu {
    width: 100%;
    vertical-align: middle;
    height: 208px;
  }
  .licthree {
    width: 100%;
    padding-bottom: 100px;
  }
  .licthree .intit {
    width: 646px;
    margin: 0 auto;
  }
  .licthree .ti {
    width: 100%;
  }
  .licthree .ti .one {
    width: 71.4%;
    margin: 0 auto;
  }
  .licthree .ti .one .zi {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }
  .licthree .ti .one img {
    width: 100%;
  }
  .licthree .ti .two {
    width: 78.5%;
    margin: 40px auto;
  }
  .brand-list {
    width: 100%;
    margin: 10px auto 0 auto;
    position: relative;
  }
  .brand-list .itemtp {
    position: absolute;
    width: 32.3%;
    padding: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ccc;
    margin-left: 17px;
  }
  .brand-list .itemtp img {
    width: 100%;
  }
  .licthree .ti .three {
    width: 78.5%;
    margin: 40px auto;
  }
  .licthree .ti .three ul {
    width: 100%;
  }
  .licthree .ti .three li {
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ccc;
  }
  .licthree .ti .three img {
    width: 100%;
  }
  .licthree .ti .three .zban {
    width: 25.4%;
  }
  .licthree .ti .three .dban {
    width: 42.6%;
    margin-left: 3.3%;
  }
  .licthree .ti .three .sban {
    width: 25.4%;
    margin-left: 3.3%;
  }
  .licthree .ti .four {
    width: 78.5%;
    margin: 40px auto;
  }
  .licthree .ti .four ul {
    width: 100%;
  }
  .licthree .ti .four li {
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ccc;
    width: 30.53%;
    margin: 0 1.4% 10px;
  }
  .licthree .ti .four img {
    width: 100%;
  }

  /*cpai.html*/
  .cpaitwo {
    width: 100%;
  }
  .cpaitwo .intit {
    padding-top: 0;
  }
  .cpaitwo .ti {
    width: 58.4%;
    margin: 18px auto 0;
  }
  .cpaitwo .ti img {
    width: 100%;
  }
  .cpaithree {
    width: 100%;
    margin-top: 58px;
  }
  .cpaithree li {
    width: 100%;
    padding: 58px 0;
  }
  .cpaithree li:nth-child(odd) {
    background-color: #f4f4f5;
  }
  .cpaithree li .tu {
    width: 52.9%;
  }
  .cpaithree li .tu img {
    width: 100%;
  }
  .cpaithree li .zi {
    width: 40.8%;
  }
  .cpaithree li .zi .tou {
    width: 100%;
    margin-top: 102px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    padding: 6px 0;
  }
  .cpaithree li .zi .shen {
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    color: #666;
  }
  .cpaifour {
    width: 100%;
    padding-bottom: 130px;
  }
  .cpaifour .intit {
    padding-top: 0;
  }
  .cpaifour .ti {
    width: 33.1%;
    position: relative;
    margin: 94px auto 0;
  }
  .cpaifour .ti .datu {
    width: 100%;
    position: relative;
    z-index: 8;
  }
  .cpaifour .ti .kuai {
    width: 330px;
    padding: 18px 30px;
    box-sizing: border-box;
    background-color: #efeff1;
    position: absolute;
    z-index: 6;
  }
  .cpaifour .ti .kuai1 {
    right: 109%;
    top: -40px;
  }
  .cpaifour .ti .kuai2 {
    right: 109%;
    top: 113px;
  }
  .cpaifour .ti .kuai3 {
    right: 109%;
    top: 265px;
  }
  .cpaifour .ti .kuai4 {
    left: 109%;
    top: -40px;
  }
  .cpaifour .ti .kuai5 {
    left: 109%;
    top: 117px;
  }
  .cpaifour .ti .kuai6 {
    left: 109%;
    top: 272px;
  }
  .cpaifour .ti .kuai .tou {
    line-height: 28px;
    font-size: 16px;
    color: #333;
    width: 100%;
    height: 28px;
    overflow: hidden;
  }
  .cpaifour .ti .kuai .shen {
    line-height: 24px;
    font-size: 14px;
    color: #666;
    width: 100%;
    height: 72px;
    overflow: hidden;
  }
  .cpaifour .ti .kuai .jiao {
    position: absolute;
  }
  .cpaifour .ti .kuai .jiao img {
    width: 100%;
  }
  .cpaifour .ti .kuai1 .jiao {
    width: 152px;
    left: 94%;
    top: 48%;
  }
  .cpaifour .ti .kuai2 .jiao {
    width: 152px;
    left: 94%;
    top: 48%;
  }
  .cpaifour .ti .kuai3 .jiao {
    width: 178px;
    left: 94%;
    top: 20%;
  }
  .cpaifour .ti .kuai4 .jiao {
    width: 152px;
    right: 94%;
    top: 48%;
  }
  .cpaifour .ti .kuai5 .jiao {
    width: 152px;
    right: 94%;
    top: 48%;
  }
  .cpaifour .ti .kuai6 .jiao {
    width: 178px;
    right: 94%;
    top: 20%;
  }
  .cpaifive {
    width: 100%;
    padding-bottom: 100px;
  }
  .cpaifive .intit {
    padding-top: 0px;
  }
  .cpaifive .ti {
    width: 100%;
    margin-top: 26px;
  }
  .cpaifive .ti li {
    width: 30.73%;
    margin: 0 1.3%;
  }
  .cpaifive .ti li .tu {
    width: 100%;
    overflow: hidden;
  }
  .cpaifive .ti li .tu img {
    width: 100%;
    transition: all 400ms;
  }
  .cpaifive .ti li:hover .tu img {
    transform: scale(1.05);
  }
  .cpaifive .ti li .tou {
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    margin: 34px 0 26px;
    text-align: center;
  }
  .cpaifive .ti li .shen {
    width: 88%;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    margin: 0 6%;
  }

  /*cpbi.html*/
  .cpbitwo {
    width: 100%;
  }
  .cpbitwo .intit {
    padding-top: 0;
  }
  .cpbitwo .ti {
    width: 58.4%;
    margin: 18px auto 0;
  }
  .cpbitwo .ti img {
    width: 100%;
  }
  .cpbithree {
    width: 100%;
    margin-top: 58px;
  }
  .cpbithree li {
    width: 100%;
    padding: 58px 0;
  }
  .cpbithree li:nth-child(odd) {
    background-color: #f4f4f5;
  }
  .cpbithree li .tu {
    width: 52.9%;
  }
  .cpbithree li .tu img {
    width: 100%;
  }
  .cpbithree li .zi {
    width: 40.8%;
  }
  .cpbithree li .zi .tou {
    width: 100%;
    margin-top: 60px;
    line-height: 26px;
    font-size: 16px;
    color: #333;
    padding: 0px 0 0px 6px;
    border-left: 3px solid #01c9fd;
  }
  .cpbithree li .zi .shen {
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    margin-top: 26px;
  }
  .cpbifour {
    width: 100%;
    overflow: hidden;
  }
  .cpbifour .intit {
    /*padding-top: 0;*/
  }
  .cpbifour .ti {
    width: 33.1%;
    position: relative;
    margin: 30px auto 0;
  }
  .cpbifour .ti .datu {
    width: 100%;
    position: relative;
    z-index: 8;
  }
  .cpbifour .ti .kuai {
    width: 292px;
    padding: 20px 34px;
    box-sizing: border-box;
    background-color: #efeff1;
    position: absolute;
    z-index: 6;
    transition: all 200ms;
  }
  .cpbifour .ti .kuai1 {
    right: 118%;
    top: 83px;
  }
  /*.cpbifour .ti .kuai2{
		right: 119%;top: 209px;
	}*/
  .cpbifour .ti .kuai2 {
    right: 118%;
    top: 270px;
  }
  .cpbifour .ti .kuai3 {
    right: 118%;
    top: 362px;
  }
  .cpbifour .ti .kuai4 {
    left: 118%;
    top: 76px;
  }
  .cpbifour .ti .kuai5 {
    left: 118%;
    top: 244px;
  }
  .cpbifour .ti .kuai .tou {
    line-height: 28px;
    font-size: 16px;
    color: #333;
    width: 100%;
    height: 28px;
    overflow: hidden;
    transition: all 200ms;
  }
  .cpbifour .ti .kuai .shen {
    line-height: 26px;
    font-size: 14px;
    color: #666;
    width: 100%;
    transition: all 200ms;
  }
  .cpbifour .ti .kuai .jiao {
    position: absolute;
  }
  .cpbifour .ti .kuai .jiao img {
    width: 100%;
  }
  .cpbifour .ti .kuai1 .jiao {
    width: 180px;
    left: 94%;
    top: 48%;
  }
  .cpbifour .ti .kuai2 .jiao {
    width: 180px;
    left: 94%;
    top: -16%;
  }
  .cpbifour .ti .kuai3 .jiao {
    width: 213px;
    left: 94%;
    top: 20%;
  }
  .cpbifour .ti .kuai4 .jiao {
    width: 178px;
    right: 94%;
    top: 48%;
  }
  .cpbifour .ti .kuai5 .jiao {
    width: 188px;
    right: 94%;
    top: 48%;
  }
  .cpbifive {
    width: 100%;
    padding-bottom: 100px;
  }
  .cpbifive .qiehs {
    width: 78%;
    border: 1px solid #01c9fd;
    border-radius: 2px;
    margin: 36px auto;
    position: relative;
  }
  .cpbifive .qiehs li {
    width: 33.33%;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #666;
    transition: all 200ms;
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  .cpbifive .qiehs li:hover {
    color: #fff;
  }
  .cpbifive .qiehs li.active {
    color: #fff;
  }
  .cpbifive .qiehs .fuceng {
    width: 33.33%;
    height: 34px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #01c9fd;
    transition: all 400ms;
    z-index: 1;
  }
  .cpbifive .kuais {
    width: 82.8%;
    margin: 0 auto;
  }
  .cpbifive .kuais .kuai {
    width: 100%;
  }
  .cpbifive .kuais .kuai .ms {
    line-height: 24px;
    font-size: 14px;
    color: #666;
    width: 25.6%;
    margin-right: 3.3%;
    margin-top: 20px;
  }
  .cpbifive .kuais .kuai .tu {
    width: 71.1%;
    margin-top: 0px;
    overflow: hidden;
    max-height: 390px;
  }
  .cpbifive .kuais .kuai .tu img {
    width: 100%;
  }

  /*cpdm.html*/
  .cpdmfour {
    width: 100%;
    padding-bottom: 90px;
    overflow: hidden;
  }
  .cpdmfour .ti {
    width: 32.1%;
    position: relative;
    margin: 110px auto 0;
  }
  .cpdmfour .ti .datu {
    width: 100%;
    position: relative;
    z-index: 8;
  }
  .cpdmfour .ti .kuai {
    width: 360px;
    padding: 11px;
    box-sizing: border-box;
    background-color: #efeff1;
    position: absolute;
    z-index: 6;
    transition: all 400ms;
  }
  .cpdmfour .ti .kuai:hover {
    background-color: #01c9fd;
  }
  .cpdmfour .ti .kuai1 {
    right: 105%;
    top: -60px;
  }
  .cpdmfour .ti .kuai2 {
    right: 105%;
    top: 118px;
  }
  .cpdmfour .ti .kuai3 {
    right: 105%;
    top: 318px;
  }
  .cpdmfour .ti .kuai4 {
    left: 105%;
    top: -60px;
    padding-left: 24px;
  }
  .cpdmfour .ti .kuai5 {
    left: 105%;
    top: 130px;
    padding-left: 24px;
  }
  .cpdmfour .ti .kuai6 {
    left: 105%;
    top: 299px;
    padding-left: 24px;
  }
  .cpdmfour .ti .kuai .tou {
    line-height: 28px;
    font-size: 16px;
    color: #333;
    width: 100%;
    height: 28px;
    overflow: hidden;
  }
  .cpdmfour .ti .kuai .shen {
    line-height: 24px;
    font-size: 13px;
    color: #666;
    width: 100%;
    min-height: 72px;
  }
  .cpdmfour .ti .kuai .jiao {
    position: absolute;
  }
  .cpdmfour .ti .kuai .jiao img {
    width: 100%;
  }
  .cpdmfour .ti .kuai1 .jiao {
    width: 152px;
    left: 94%;
    top: 48%;
  }
  .cpdmfour .ti .kuai2 .jiao {
    width: 152px;
    left: 94%;
    top: 48%;
  }
  .cpdmfour .ti .kuai3 .jiao {
    width: 178px;
    left: 94%;
    top: 20%;
  }
  .cpdmfour .ti .kuai4 .jiao {
    width: 152px;
    right: 94%;
    top: 48%;
  }
  .cpdmfour .ti .kuai5 .jiao {
    width: 152px;
    right: 94%;
    top: 48%;
  }
  .cpdmfour .ti .kuai6 .jiao {
    width: 178px;
    right: 94%;
    top: 20%;
  }
  .cpdmfive {
    width: 100%;
    padding-bottom: 100px;
  }
  .cpdmfive .qiehs {
    width: 50%;
    border-radius: 2px;
    border: 1px solid #01c9fd;
    margin: 10px auto 0;
    position: relative;
  }
  .cpdmfive .qiehs li {
    width: 50%;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #666;
    transition: all 200ms;
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  .cpdmfive .qiehs li:hover {
    color: #fff;
  }
  .cpdmfive .qiehs li.active {
    color: #fff;
  }
  .cpdmfive .qiehs .fuceng {
    width: 50%;
    height: 34px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #01c9fd;
    transition: all 400ms;
    z-index: 1;
  }
  .cpdmfive .kuais {
    width: 100%;
  }
  .cpdmfive .kuais .kuai {
    width: 100%;
  }
  .cpdmfive .kuais .kuai .one {
    width: 82.85%;
    margin: 32px auto;
  }
  .cpdmfive .kuais .kuai .one .tu {
    width: 43.1%;
  }
  .cpdmfive .kuais .kuai:last-child .one .tu {
    margin-top: 50px;
  }
  .cpdmfive .kuais .kuai .one .tu img {
    width: 100%;
  }
  .cpdmfive .kuais .kuai .one .zi {
    width: 51.7%;
  }
  .cpdmfive .kuais .kuai .one .zims {
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    margin-top: 24px;
    margin-bottom: 14px;
  }
  .cpdmfive .kuais .kuai .one .hang {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #333;
  }
  .cpdmfive .kuais .kuai .one .hang img {
    width: 11px;
    vertical-align: middle;
    position: relative;
    top: 1px;
    margin-right: 8px;
  }
  .cpdmfive .kuais .kuai .two {
    width: 100%;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    margin: 52px auto;
  }
  .cpdmfive .kuais .kuai .three {
    width: 65.5%;
    margin: 0 auto;
  }
  .cpdmfive .kuais .kuai .three img {
    width: 100%;
  }

  /*第一次新增*/
  /*hezuo.html*/
  .heztwo {
    width: 100%;
  }
  .heztwo .intit {
    padding-top: 0;
  }
  .hezthree {
    width: 100%;
    background-color: #f4f4f5;
    /*margin-top: 66px;*/
  }
  .hezthree .intit {
    padding-top: 0;
  }
  .hezthree .ti {
    width: 100%;
    padding: 39px 0 64px;
    margin: 0 auto;
  }
  .hezthree .ti li {
    width: 28.69%;
    margin: 0 2.27%;
    text-align: center;
  }
  .hezthree .ti li .tu {
    width: 100%;
    overflow: hidden;
  }
  .hezthree .ti li .tu img {
    width: 100%;
    transition: all 400ms;
  }
  .hezthree .ti li:hover .tu img {
    transform: scale(1.05);
  }
  .hezthree .ti li .tou {
    width: 100%;
    line-height: 39px;
    font-size: 16px;
    color: #333;
    margin-top: 17px;
  }
  .hezthree .ti li .shen {
    width: 88%;
    line-height: 19px;
    font-size: 14px;
    color: #666;
    margin: 0 6%;
  }
  .hezfour {
    width: 100%;
  }
  .hezfour .ti {
    width: 100%;
    margin-top: 76px;
  }
  .hezfour .ti li {
    width: 25%;
    text-align: center;
    z-index: 1;
    transition: all 200ms;
    height: 439px;
    padding-top: 30px;
    box-sizing: border-box;
  }
  .hezfour .ti li.active {
    padding-top: 0;
  }
  .hezfour .ti li .kuang {
    width: 100%;
    box-shadow: 0 0 20px #ececec;
    overflow: hidden;
  }
  .hezfour .ti li .shang {
    width: 100%;
    background-color: #394860;
    color: #fff;
    padding: 12px 0;
    transition: all 200ms;
  }
  .hezfour .ti li .shang .tu {
    width: 100%;
  }
  .hezfour .ti li .shang .tu img {
    width: 75px;
  }
  .hezfour .ti li .shang .zi {
    width: 100%;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
  }
  .hezfour .ti li .xia {
    width: 100%;
    transition: all 200ms;
    padding-top: 0;
  }
  .hezfour .ti li.active .xia {
    padding-top: 30px;
  }
  .hezfour .ti li .xia .ms {
    width: 87.6%;
    margin: 34px auto 14px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    height: 96px;
  }
  .hezfour .ti li .xia .join {
    width: 130px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #3cd4ff;
    border-radius: 15px;
    text-align: center;
    color: #666;
    font-size: 14px;
    margin: 0 auto 102px;
    transition: all 200ms;
    display: block;
  }
  .hezfive {
    width: 100%;
    background-color: #f4f4f5;
  }
  .hezfive .ti {
    padding: 40px 0 130px;
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 2;
  }
  .hezfive .ti .dongw {
    width: 0;
    overflow: hidden;
  }
  .hezfive .ti .bgtu {
    width: 100%;
  }
  .hezfive .ti .bgtu img {
    width: 100%;
  }
  .hezfive .ti .quan {
    width: 100px;
    position: absolute;
    margin-left: -50px;
    margin-top: -50px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 1600ms;
  }
  .hezfive .ti.chux .quan {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .hezfive .ti .quan .tu {
    width: 100%;
    transition: all 600ms;
    max-width: 80px;
    margin: 0 auto;
  }
  .hezfive .ti .quan:hover .tu {
    margin-top: -20px;
  }
  .hezfive .ti .quan .tu img {
    width: 100%;
  }
  .hezfive .ti .quan .zi {
    font-size: 14px;
    color: #333;
    line-height: 36px;
    font-weight: bold;
  }
  .hezfive .ti .quan.quan1 {
    left: 19%;
    top: 34%;
    transition-delay: 0s;
  }
  .hezfive .ti .quan.quan2 {
    left: 35%;
    top: 49%;
    transition-delay: 0.3s;
  }
  .hezfive .ti .quan.quan3 {
    left: 51%;
    top: 52%;
    transition-delay: 0.6s;
  }
  .hezfive .ti .quan.quan4 {
    left: 67%;
    top: 23%;
    transition-delay: 0.9s;
  }
  .hezfive .ti .quan.quan5 {
    left: 85%;
    top: 41%;
    transition-delay: 1.2s;
  }
  .hezsix.indexfive .ti {
    border-bottom: none;
    padding-bottom: 100px;
  }

  /*activity.html*/
  .huodone {
    width: 100%;
    position: relative;
  }
  .huodone img {
    width: 100%;
  }
  .huodone .fuzi {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    bottom: 120px;
  }
  .huodone .fuzi i {
    font-size: 16px;
    margin-right: 3px;
  }
  .huodtwo {
    width: 100%;
    margin-top: 66px;
  }
  .huodtwo .hdwid {
    width: 1120px;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #333;
  }
  .huodthree {
    width: 100%;
    margin-top: 66px;
    position: relative;
  }
  .huodthree .hdwid {
    width: 1260px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .hdtit {
    width: 940px;
    text-align: center;
    margin: 0 auto;
  }
  .hdtit .mz {
    width: 100%;
  }
  .hdtit .mz img {
    height: 64px;
  }
  .hdtit .ms {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 14px;
  }
  .huodthree .ti {
    width: 100%;
    margin-top: 36px;
  }
  .huodthree .ti li {
    width: 28.33%;
    margin: 0 2.5%;
    position: relative;
    border-top-left-radius: 27px;
    border-bottom-right-radius: 27px;
    overflow: hidden;
  }
  .huodthree .ti li img {
    width: 100%;
  }
  .huodthree .ti li .fuceng {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 2, 2, 0.54);
    z-index: 1;
  }
  .huodthree .ti li .fuzi {
    width: 94%;
    color: #fff;
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -15px;
    z-index: 2;
    text-align: center;
  }
  .huodthree .ti li:hover .fuzi {
    margin-top: -50px;
  }
  .huodthree .ti li .fuzi .tou {
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
  }
  .huodthree .ti li .fuzi .shen {
    line-height: 20px;
    font-size: 14px;
    margin-top: 10px;
    height: 60px;
  }
  .huodthree .dabg {
    width: 100%;
    position: absolute;
    left: 0;
    top: -18px;
    z-index: 1;
  }
  .huodthree .dabg img {
    width: 100%;
  }
  .huodfour {
    width: 100%;
    padding: 210px 0 196px;
    position: relative;
  }
  .huodfour .ggwid {
    position: relative;
    z-index: 2;
  }
  .huodfour .hdtit .ms {
    color: #fff;
  }
  .huodfour .ti {
    width: 100%;
    position: relative;
    padding: 16px 0;
    margin-top: 26px;
  }
  .huodfour .ti .hang {
    width: 50%;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 0 1.6%;
    box-sizing: border-box;
    position: relative;
  }
  .huodfour .ti .hang .zi {
    height: 40px;
    overflow: hidden;
  }
  .huodfour .ti .hang .quan {
    width: 23px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
  }
  .huodfour .ti .hang .quan img {
    width: 100%;
    vertical-align: top;
    display: block;
  }
  .huodfour .ti .one {
    text-align: right;
  }
  .huodfour .ti .one .quan {
    right: -11px;
  }
  .huodfour .ti .two {
    margin-left: 50%;
  }
  .huodfour .ti .two .quan {
    left: -11px;
  }
  .huodfour .ti .dians {
    position: absolute;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    top: -7px;
  }
  .huodfour .ti .dians img {
    width: 100%;
  }
  .huodfour .ti .zhongx {
    width: 3px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    background-color: #fff;
  }
  .huodfour .ti .dianx {
    position: absolute;
    left: 50%;
    margin-left: -11px;
    width: 23px;
    bottom: -11px;
  }
  .huodfour .ti .dianx img {
    width: 100%;
  }
  .huodfour .dabg {
    width: 100%;
    position: absolute;
    left: 0%;
    top: 0px;
    z-index: 1;
    overflow: hidden;
  }
  .huodfour .dabg img {
    width: 104%;
  }
  .huodfive {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .huodfive .hdwid {
    width: 940px;
    margin: 0 auto;
  }
  .huodfive .ti {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .huod-demo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .huod-demo .item {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .huod-demo .item .tu {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
  }
  .huod-demo .item .mz {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin-top: 12px;
    display: block;
    text-decoration: underline;
  }
  .huod-demo .item .ms {
    line-height: 22px;
    font-size: 14px;
    color: #666;
    display: block;
    text-decoration: underline;
  }
  .huod-demo .owl-controls {
    margin-top: 60px;
  }
  .huodsix {
    width: 100%;
    padding-top: 140px;
    position: relative;
    z-index: 1;
  }
  .huodsix .ggwid {
    position: relative;
    z-index: 2;
  }
  .huodsix .ggwid .ms {
    color: #fff;
  }
  .huodsix .ti {
    width: 100%;
    margin-top: 30px;
  }
  .huodsix .ti li {
    width: 24.2%;
    margin: 0 0.4% 10px;
  }
  .huodsix .ti li img {
    width: 100%;
  }
  .huodsix .dabg {
    width: 100%;
    position: absolute;
    left: 0;
    top: -80px;
    z-index: 1;
    overflow: hidden;
  }
  .huodsix .dabg img {
    width: 125%;
  }
  .huodseven {
    width: 100%;
    margin-top: 230px;
  }
  .huodseven .hdwid {
    width: 1050px;
    margin: 0 auto;
  }
  .huodseven .ti {
    width: 100%;
    margin-top: 16px;
  }
  .huodseven .ti li {
    width: 14.28%;
  }
  .huodseven .ti li img {
    width: 100%;
  }
  .huodeight {
    width: 100%;
    margin-top: 230px;
  }
  .huodeight .hdwid {
    width: 940px;
    margin: 0 auto;
  }
  .huodeight .hdtit .mu {
    width: 100%;
    text-align: center;
    margin: 28px 0 10px;
  }
  .huodeight .hdtit .mu img {
    height: 30px;
  }
  .huodnine {
    width: 100%;
    padding-top: 200px;
    position: relative;
    overflow: hidden;
  }
  .huodnine .hdwid {
    width: 820px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .huodnine .hang {
    width: 100%;
    margin-bottom: 20px;
    line-height: 40px;
  }
  .huodnine .hang .mz {
    width: 13.4%;
    text-align: right;
    font-size: 14px;
    color: #fff;
    min-height: 1px;
  }
  .huodnine .hang .shr {
    width: 81.7%;
    height: 38px;
    border: 1px solid #3598f5;
  }
  .huodnine .hang .shr input {
    width: 100%;
    height: 38px;
    padding: 0 5px;
    box-sizing: border-box;
    border: none;
    background: transparent;
    color: #ccc;
    font-size: 14px;
  }
  .huodnine .hang.mo {
    margin: 30px 0 90px;
  }
  .huodnine .hang.mo .shr {
    box-shadow: 10px 10px 0 #3336b6;
    background: url(../images/huodnine1.jpg) repeat center center;
    border: none;
  }
  .huodnine .hang.mo .shr input {
    color: #fff;
    font-size: 14px;
  }
  .huodnine .dabg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
  }
  .huodnine .dabg img {
    width: 108%;
  }

  /*shiyong.html*/
  .shytwo {
    width: 100%;
    margin-top: 50px;
  }
  .shytwo .btou {
    color: #292929;
    font-size: 24px;
    line-height: 34px;
    padding: 26px 0;
    text-align: center;
    width: 100%;
  }
  .shytwo .bti {
    width: 820px;
    margin: 0px auto;
    line-height: 44px;
  }
  .shytwo .bti .hang {
    margin-bottom: 25px;
  }
  .shytwo .bti .mz {
    width: 15.4%;
    text-align: right;
    font-size: 14px;
    color: #666;
    min-height: 1px;
  }
  .shytwo .bti .shr {
    width: 81.7%;
    height: 42px;
  }
  .shytwo .bti .shr input {
    width: 100%;
    height: 42px;
    padding: 0 5px;
    box-sizing: border-box;
    background: transparent;
    color: #666;
    border: 1px solid #ccc;
    transition: all 200ms;
    font-size: 14px;
  }
  .shytwo .bti .shr input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(82, 168, 236, 0.6);
  }
  .shytwo .bti .shr input::-webkit-input-placeholder {
    color: #ccc;
  }
  .shytwo .bti .shr input::-moz-placeholder {
    color: #ccc;
  }
  .shytwo .bti .shr input:-ms-input-placeholder {
    color: #ccc;
  }
  .shytwo .bti .shr input.tes {
    width: 108px;
    height: 35px;
    border: none;
    margin-right: 10px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
  }
  .shytwo .bms {
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    padding-bottom: 90px;
  }

  /*about.html*/
  .aboutwo {
    width: 100%;
  }
  .aboutwo .one {
    width: 100%;
    background: url(../images/about1.jpg) no-repeat center center;
    position: relative;
    text-align: center;
    padding-bottom: 160px;
  }
  .aboutwo .one .tou {
    line-height: 34px;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    padding: 26px 0;
  }
  .aboutwo .one .shen {
    line-height: 28px;
    width: 100%;
    font-size: 14px;
  }
  .aboutwo .one .toue {
    line-height: 86px;
    width: 100%;
    font-size: 26px;
    font-weight: bold;
  }
  .aboutwo .one .controls {
    display: none;
  }
  .aboutwo .one .toutu {
    width: 50%;
    margin: 20px auto 0;
  }
  .aboutwo .one .toutu img {
    width: 100%;
  }
  .aboutwo .one .dtu {
    width: 100%;
    height: 210px;
    margin-top: 0px;
    position: absolute;
    top: 106px;
  }
  .aboutwo .one .dtu canvas {
    width: 100%;
    height: 210px;
  }
  .aboutwo .two {
    width: 100%;
    position: relative;
  }
  .aboutwo .two .zuo {
    width: 43%;
    margin-left: 5.6%;
  }
  .aboutwo .two .you {
    width: 41.4%;
    margin-left: 4%;
    margin-top: -110px;
  }
  .aboutwo .two .tu {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .aboutwo .two .tu img {
    width: 100%;
    transition: all 400ms;
  }
  .aboutwo .two .tu:hover img {
    transform: scale(1.05);
  }
  .aboutwo .three {
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    color: #666;
  }
  .aboutwo .three .neiwid {
    width: 89.8%;
    margin: 0 auto;
  }
  .aboutwo .four {
    width: 150px;
    margin: 70px auto 110px;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 20px;
  }
  .aboutwo .four .tb {
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
  .aboutwo .four .tb i {
    font-size: 32px;
  }

  /*shipin.html*/
  .shipintwo {
    width: 100%;
  }
  .shipintwo ul {
    width: 100%;
  }
  .shipintwo ul li {
    width: 31.4%;
    margin-left: 2.9%;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    height: 270px;
  }
  .shipintwo ul li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .shipintwo ul li .futu {
    width: 100%;
  }
  .shipintwo ul li .futu img {
    width: 100%;
  }
  .shipintwo ul li video {
    width: 100%;
  }
  .shipintwo ul li .fuzi {
    width: 90%;
    position: absolute;
    left: 5%;
    top: 50%;
    text-align: center;
    color: #262626;
    margin-top: -31px;
  }
  .shipintwo ul li .fuzi .tou {
    width: 100%;
    line-height: 41px;
    font-size: 22px;
    font-weight: 700;
  }
  .shipintwo ul li .fuzi .shen {
    width: 100%;
    line-height: 22px;
    font-size: 14px;
  }
  .shipintwo ul li .fuhover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.696);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    transition: all 400ms;
    cursor: pointer;
  }
  .shipintwo ul li:hover .fuhover {
    opacity: 1;
    filter: alpha(opacity = 100);
  }
  .shipintwo ul li .fuhover .bofang {
    width: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
  }
  .shipintwo ul li .fuhover .bofang img {
    width: 100%;
  }
  .shipintwo .fenye {
    width: 100%;
    line-height: 42px;
    padding: 70px 0 100px;
    text-align: center;
  }
  .shipintwo .fenye a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    transition: all 200ms;
  }
  .shipintwo .fenye .sy {
    padding: 0 6px;
  }
  .shipintwo .fenye .syy {
    padding: 0 6px;
    margin-right: 8px;
  }
  .shipintwo .fenye .xyy {
    padding: 0 6px;
    margin-left: 8px;
  }
  .shipintwo .fenye .wy {
    padding: 0 6px;
  }
  .shipintwo .fenye a:hover {
    color: #01c9fd;
  }
  .shipintwo .fenye .num {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #dddddd;
    margin: 0 5px;
  }
  .shipintwo .fenye .num.active {
    background-color: #01c9fd;
    color: #fff;
  }
  .shipintwo .fenye .num:hover {
    background-color: #01c9fd;
    color: #fff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ggwid {
    width: 96%;
    margin: 0 auto;
  }

  /*index.html*/
  .ahead {
    width: 100%;
    height: 60px;
    left: 0;
    top: 0;
  }
  .ahead.zoule {
    position: fixed;
  }
  .ahead .logo {
    margin-top: 12px;
  }
  .ahead .logo img {
    height: 100%;
  }
  .ahead .shiyong {
    display: none;
  }
  .ahead .dianh {
    display: none;
  }
  .phone_nav {
    display: none;
  }
  .ahead .pc_nav {
    display: none;
  }
  /*导航按钮开始*/
  .phone_nav {
    width: 45px;
    float: right;
    display: block;
  }
  .phone_nav .toggle {
    position: relative;
    cursor: pointer;
    margin-top: 18px;
  }
  .change_height.header .phone_nav .toggle {
    margin-top: 15px;
  }
  .phone_nav .toggle span {
    position: relative;
    font-size: 0;
    width: 26px;
    height: 3px;
    background-color: #317DFF;
    display: inline-block;
    vertical-align: middle;
  }
  .phone_nav .toggle span:before,
  .phone_nav .toggle span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #317DFF;
    left: 0px;
  }
  .phone_nav .toggle span:before {
    top: -7px;
  }
  .phone_nav .toggle span:after {
    top: 7px;
  }
  .visible_nav .toggle span {
    background-color: transparent;
  }
  .visible_nav .toggle span:before {
    left: 5px;
    top: 0px;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
  }
  .visible_nav .toggle span:after {
    top: 0px;
    left: 5px;
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
  }
  /*导航按钮结束*/
  /*二级导航关闭按钮开始*/
  .hide-submenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    cursor: pointer;
    background-color: #313131;
  }
  .hide-submenu:before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
    padding: 4px;
    width: 6px;
    height: 6px;
    cursor: pointer;
    font-size: 0;
    border-bottom: 2px solid #ededed;
    border-right: 2px solid #ededed;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 0;
    right: -6px;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }
  .view-submenu .hide-submenu {
    background-color: #3e3e3e;
  }
  .view-submenu .hide-submenu:before {
    opacity: 1;
  }

  .hide-sanm {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    cursor: pointer;
    background-color: #313131;
  }
  .hide-sanm:before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
    padding: 4px;
    width: 6px;
    height: 6px;
    cursor: pointer;
    font-size: 0;
    border-bottom: 2px solid #ededed;
    border-right: 2px solid #ededed;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 0;
    right: -6px;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }
  .view-submenu .hide-sanm {
    background-color: #3e3e3e;
  }
  .view-submenu .hide-sanm:before {
    opacity: 1;
  }
  /*结束*/
  .menu-container {
    position: absolute;
    top: 130px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    visibility: hidden;
    z-index: 99;
  }
  .visible_nav .menu-container {
    visibility: visible;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
  }
  .view-submenu .menu-container {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .visible_nav .phone_ul {
    display: block;
  }
  .phone_ul {
    position: absolute;
    top: 80px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    right: 0px;
    background-color: #333;
    opacity: 1;
    z-index: 9;
    display: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
  }
  .phone_ul li {
    text-align: left;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0 30px;
    border-bottom: 1px solid #2c2c2c;
  }
  .phone_ul li a {
    color: #fff;
    float: left;
    display: block;
    width: 80%;
  }
  .phone_ul li span {
    display: block;
    left: 70%;
    z-index: 8;
    font-size: 14px;
    width: 32px;
    height: 41px;
    text-indent: -9999px;
    cursor: pointer;
    position: relative; /*top:50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);*/
  }
  .phone_ul li span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -3px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
  }
  .phone_ul li ul.submenu {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 10;
    left: 0%;
    display: none;
    bottom: 0px;
    background-color: #313131;
  }
  .submenu li {
    margin-left: 60px;
    font-size: 15px;
  }
  /*三级链接*/
  .phone_ul li .submenu span {
    display: block;
    left: 60%;
    z-index: 10;
    width: 32px;
    height: 41px;
    text-indent: -9999px;
    cursor: pointer;
    position: relative; /*top:50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);*/
  }
  .phone_ul li ul.sanmenu {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 20;
    left: 0%;
    display: none;
    bottom: 0px;
    background-color: #313131;
  }
  .sanmenu li {
    margin-left: 60px;
    font-size: 15px;
  }
  /*手机导航结束*/

  /*index.html*/
  .indexone {
    width: 100%;
  }
  .index-demo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .index-demo .item {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .index-demo .item .datu {
    width: 100%;
    vertical-align: middle;
  }
  .index-demo .item .fuzi {
    width: 50%;
    position: absolute;
    left: 10.25%;
    top: 50%;
    margin-top: -78px;
    opacity: 0;
  }
  .index-demo .owl-item.active .item .fuzi {
    left: 16.25%;
    opacity: 1;
  }
  .index-demo .item .fuzi .one {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
  }
  .index-demo .item .fuzi .two {
    width: 100%;
    line-height: 26px;
    font-size: 16px;
    color: #01c9fd;
    margin-top: 4px;
  }
  .index-demo .item .fuzi .three {
    width: 100%;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    margin-top: 4px;
  }
  .index-demo .item .fuzi .more {
    width: 120px;
    line-height: 29px;
    font-size: 14px;
    color: #333;
    height: 30px;
    border-radius: 15px;
    background-color: #fff;
    text-align: center;
    display: block;
    margin-top: 10px;
  }
  .index-demo .item .fuzi .more i {
    font-size: 16px;
    margin-right: 2px;
  }
  .indextwo {
    width: 100%;
  }
  .intit {
    width: 100%;
    text-align: center;
    padding-top: 40px;
  }
  .intit .mz {
    width: 100%;
    line-height: 36px;
    font-size: 18px;
    color: #333;
  }
  .intit .ms {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    color: #666;
  }
  .indextwo .ti {
    width: 70%;
    margin: 10px auto 0;
  }
  .indextwo .ti img {
    width: 100%;
  }
  .indextwo .teshu {
    width: 100%;
  }
  .indextwo .teshu .qies {
    width: 100%;
    text-align: center;
  }
  .indextwo .teshu .qies li {
    display: inline-block;
    width: 160px;
    border-bottom: 3px solid transparent;
    transition: all 200ms;
    padding: 28px 0 9px 0;
    margin: 0 10px;
  }
  .indextwo .teshu .qies li:hover {
    border-color: #00c4fe;
  }
  .indextwo .teshu .qies li.active {
    border-color: #00c4fe;
  }
  .indextwo .teshu .qies li .tu {
    width: 100%;
    transition: all 800ms;
  }
  .indextwo .teshu .qies li:hover .tu {
    transform: rotateY(180deg);
  }
  .indextwo .teshu .qies li .tu img {
    width: 72px;
  }
  .indextwo .teshu .qies li .tu img.img2 {
    display: none;
  }
  .indextwo .teshu .qies li .zi {
    line-height: 40px;
    font-size: 14px;
    color: #333;
    transition: all 200ms;
  }
  .indextwo .teshu .huans {
    width: 100%;
    background-color: #f5f5f6;
    padding: 40px 0 20px 0;
  }
  .indextwo .teshu .huan {
    width: 96%;
    margin: 0 auto;
    line-height: 24px;
  }
  .indextwo .teshu .huan li {
    margin-bottom: 16px;
    width: 46.65%;
    margin-right: 6.7%;
  }
  .indextwo .teshu .huan li:nth-child(even) {
    margin-right: 0;
  }
  .indextwo .teshu .huan li .tou {
    font-size: 16px;
    color: #333;
    height: 24px;
    overflow: hidden;
    transition: all 200ms;
  }
  .indextwo .teshu .huan li:hover .tou {
    color: #01c9fd;
  }
  .indextwo .teshu .huan li .shen {
    font-size: 14px;
    color: #666;
    height: 48px;
    overflow: hidden;
    margin-top: 3px;
  }
  .indexthree {
    width: 100%;
    padding: 0 0 40px;
  }
  .indexthree .ti {
    width: 100%;
    margin: 10px auto 0;
    position: relative;
  }
  .indexthree .ti .datu {
    width: 100%;
    display: none;
  }
  .indexthree .ti .futu {
    width: 46%;
    position: absolute;
    left: 27%;
    bottom: 0;
    display: none;
  }
  .indexthree .ti .futu img {
    width: 100%;
  }
  .indexthree .ti .fuzi {
    width: 100%;
    border: 1px solid #02c5fb;
    border-radius: 0;
    position: static;
    height: 80px;
    overflow: hidden;
  }
  .indexthree .ti .fuzi1 {
    left: 16%;
    top: 8%;
  }
  .indexthree .ti .fuzi2 {
    left: -4%;
    top: 56%;
  }
  .indexthree .ti .fuzi3 {
    left: 70%;
    top: 5%;
  }
  .indexthree .ti .fuzi4 {
    left: 89%;
    top: 56%;
  }
  .indexthree .ti .fuzi .tup {
    text-align: center;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    float: left;
  }
  .indexthree .ti .fuzi img {
    width: 53px;
    margin-top: 16px;
  }
  .indexthree .ti .fuzi .img2 {
    display: none;
  }
  .indexthree .ti .fuzi:hover .img1 {
    display: none;
  }
  .indexthree .ti .fuzi:hover .img2 {
    display: inline-block;
  }
  .indexthree .ti .fuzi .wenz {
    width: 86%;
    position: static;
    left: 119%;
    top: -14px;
    float: left;
  }
  .indexthree .ti .fuzi.fuzi1 .wenz,
  .indexthree .ti .fuzi.fuzi2 .wenz {
    left: auto;
    right: 119%;
    text-align: left;
  }
  .indexthree .ti .fuzi .wenz .tou {
    font-size: 16px;
    line-height: 30px;
    color: #333;
  }
  .indexthree .ti .fuzi .wenz .shen {
    font-size: 14px;
    line-height: 24px;
    color: #666;
  }
  .indexthree .tier {
    width: 100%;
    text-align: center;
    padding: 20px 0 40px;
  }
  .indexthree .tier .tou {
    width: 100%;
    line-height: 26px;
    font-size: 16px;
  }
  .indexthree .tier .shen {
    width: 100%;
    line-height: 22px;
    font-size: 14px;
  }
  .indexfour {
    width: 100%;
  }
  .indexfour .ti {
    width: 100%;
    background-color: #2e3033;
    margin-top: 10px;
  }
  .hangy-demo .item .datu {
    width: 100%;
  }
  .hangy-demo .item .fuceng {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(46, 48, 51, 0.66);
    transition: all 400ms;
  }
  .hangy-demo .item .fuzi {
    width: 90%;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -52px;
    transition: all 400ms;
    text-align: center;
  }
  .hangy-demo .item:hover .fuzi {
    margin-top: -106px;
  }
  .hangy-demo .item .fuzi .tu {
    width: 50px;
    margin: 0 auto;
  }
  .hangy-demo .item .fuzi .tu img {
    width: 100%;
  }
  .hangy-demo .item .fuzi .tou {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
  }
  .hangy-demo .item .fuzi .shen {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    height: 80px;
    overflow: hidden;
    display: none;
  }
  .hangy-demo .item:hover .fuzi .shen {
    display: block;
  }
  .hangy-demo .item .fuzi .more {
    width: 160px;
    line-height: 36px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    font-size: 14px;
    color: #fff;
    background: url(../images/morebg.png) no-repeat center center;
    height: 39px;
    display: none;
    background-size: contain;
  }
  .hangy-demo .item:hover .fuzi .more {
    display: block;
  }
  .indexfive {
    width: 100%;
  }
  .indexfive .ti {
    width: 89%;
    padding-bottom: 40px;
    border-bottom: 1px solid #e3e3e3;
    margin: 20px auto 0;
  }
  .indexfive .ti li {
    width: 16%;
    text-align: center;
    margin: 4px 2%;
  }
  .indexfive .ti li img {
    width: 100%;
  }
  .indexsix {
    width: 100%;
    padding-top: 40px;
  }
  .indexsix .qies {
    width: 100%;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #333;
    transition: all 200ms;
  }
  .indexsix .huans {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 40px;
  }
  .indexsix .huans .huan {
    width: 670px;
    margin: 0 auto;
  }
  .indexsix .huans .ms {
    width: 100%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #666;
  }
  .indexsix .huans .lunbo {
    width: 100%;
    margin-top: 10px;
  }
  .banner {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }
  .banner1 {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }
  .large_box {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .large_box ul li {
    line-height: 25px;
    font-size: 14px;
    color: #666;
    text-align: center;
    width: 100%;
  }
  .large_box1 {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .large_box1 ul li {
    line-height: 25px;
    font-size: 14px;
    color: #666;
    text-align: center;
    width: 100%;
  }
  .small_box {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .small_list {
    position: relative;
    width: 450px;
    overflow: hidden;
    margin: 0 auto 0;
    padding-top: 20px;
  }
  .small_list ul {
    width: 510px;
    margin: 0 auto;
  }
  .small_list ul li {
    position: relative;
    float: left;
    margin-right: 45px;
    width: 120px;
    cursor: pointer;
  }
  .small_list ul li .tu {
    width: 90px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    transition: all 600ms;
    margin: 0 auto;
  }
  .small_list ul li img {
    display: block;
    width: 100%;
  }
  .small_list ul li .bun_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
  }
  .small_list ul li.on .bun_bg {
    display: none;
  }
  .small_list ul li .zi {
    line-height: 22px;
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 600ms;
  }
  .small_list ul li.on .zi {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .small_list ul li .zi .mz {
    font-size: 15px;
    color: #333;
  }
  .small_box1 {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .small_list1 {
    position: relative;
    width: 450px;
    overflow: hidden;
    margin: 0 auto 0;
    padding-top: 20px;
  }
  .small_list1 ul {
    width: 510px;
    margin: 0 auto;
  }
  .small_list1 ul li {
    position: relative;
    float: left;
    margin-right: 90px;
    width: 90px;
    cursor: pointer;
  }
  .small_list1 ul li .tu {
    width: 100%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    transition: all 600ms;
  }
  .small_list1 ul li.on .tu {
    transform: scale(1.05);
    top: -10px;
  }
  .small_list1 ul li img {
    display: block;
    width: 100%;
  }
  .small_list1 ul li .bun_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
  }
  .small_list1 ul li.on .bun_bg {
    display: none;
  }
  .small_list1 ul li .zi {
    line-height: 22px;
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 600ms;
  }
  .small_list1 ul li.on .zi {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .small_list1 ul li .zi .mz {
    font-size: 15px;
    color: #333;
  }
  .btn {
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 1;
  }
  .left_btn {
    background-image: url(../images/feel3.png);
    left: 0;
  }
  .right_btn {
    background-image: url(../images/feel4.png);
    right: 0;
  }
  .left_btn1 {
    background-image: url(../images/feel3.png);
    left: 0;
  }
  .right_btn1 {
    background-image: url(../images/feel4.png);
    right: 0;
  }

  .indexseven {
    width: 100%;
    padding-bottom: 40px;
  }
  .indexseven .ti {
    width: 100%;
    margin-top: 20px;
  }
  .indexseven .ti .zuo {
    width: 37.8%;
  }
  .new-demo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .new-demo .item {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .new-demo .item .datu {
    width: 100%;
    vertical-align: middle;
    height: 180px;
  }
  .new-demo .item:hover .datu {
    transform: scale(1.05);
  }
  .new-demo .item .wenzi {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70px;
    overflow: hidden;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.57);
    z-index: 2;
    padding: 11px 11px 0;
    box-sizing: border-box;
  }
  .new-demo .item .wenzi .hd {
    width: 65px;
    line-height: 20px;
    border-radius: 10px;
    background-color: #01c9fd;
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
  .new-demo .item .wenzi .hang {
    width: 100%;
    line-height: 26px;
    margin: 7px 0;
    font-size: 14px;
    color: #fff;
    height: 26px;
  }
  .indexseven .ti .you {
    width: 57.1%;
  }
  .indexseven .ti .you li {
    width: 100%;
    margin-top: 26px;
  }
  .indexseven .ti .you li:first-child {
    margin-top: 0;
  }
  .indexseven .ti .you li .tu {
    width: 28.5%;
    overflow: hidden;
  }
  .indexseven .ti .you li .tu img {
    width: 100%;
    transition: all 400ms;
  }
  .indexseven .ti .you li:hover .tu img {
    transform: scale(1.05);
  }
  .indexseven .ti .you li .zi {
    width: 68.6%;
  }
  .indexseven .ti .you li .zi .bs {
    width: 63px;
    line-height: 18px;
    border: 1px solid #01c9fd;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    color: #01c9fd;
    display: none;
  }
  .indexseven .ti .you li .zi .tou {
    display: block;
    width: 100%;
    line-height: 24px;
    margin-top: 0px;
    font-size: 16px;
    height: 26px;
  }
  .indexseven .ti .you li .zi .riqi {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    display: none;
  }
  .indexseven .ti .you li .zi .shen {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    height: 40px;
  }

  .mfoot {
    width: 100%;
    background-color: #262f3e;
  }
  .mfoot .shang {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #404855;
    display: none;
  }
  .mfoot .shang .one {
    margin-right: 30px;
  }
  .mfoot .shang .one .ftou {
    display: block;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 120px;
  }
  .mfoot .shang .one a:hover {
    color: #01c9fd;
  }
  .mfoot .shang .one .fshen {
    display: block;
    line-height: 26px;
    font-size: 14px;
  }
  .mfoot .shang .seven {
    width: 280px;
    margin-top: 20px;
  }
  .mfoot .shang .seven .hang {
    margin-bottom: 8px;
  }
  .mfoot .shang .seven .tb {
    width: 22px;
    height: 22px;
    border: 2px solid #94989f;
    border-radius: 50%;
    color: #94989f;
    text-align: center;
    margin-top: 5px;
    line-height: 22px;
  }
  .mfoot .shang .seven .tb i {
    font-size: 14px;
  }
  .mfoot .shang .seven .wz {
    width: 248px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
  }
  .mfoot .shang .seven .wz div {
    line-height: 24px;
    font-size: 20px;
    color: #fff;
  }
  .mfoot .shang .seven .hang3 .wz div {
    font-size: 15px;
  }
  .mfoot .shang .eight {
    width: 106px;
    margin-right: 18px;
    margin-top: 24px;
  }
  .mfoot .shang .eight .tu {
    width: 100%;
  }
  .mfoot .shang .eight .tu img {
    width: 100%;
  }
  .mfoot .shang .eight .zi {
    line-height: 36px;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
  .mfoot .xia {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    padding: 35px 0 35px;
    text-align: center;
  }
  .mfoot .xia .fr {
    width: 100%;
    float: none;
  }

  /*内页*/
  .suoyouone {
    width: 100%;
    position: relative;
    padding-top: 60px;
  }
  .suoyouone .datu {
    width: 100%;
  }
  .suoyouone .fuzi {
    width: 96%;
    position: absolute;
    left: 2%;
    margin-left: 0;
    bottom: 60px;
  }
  .suoyouone .fuzi .tou {
    font-size: 18px;
    line-height: 26px;
    color: #01c9fd;
    font-weight: bold;
  }
  .suoyouone .fuzi .shen {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
  }
  .suoyouone .zhongdao {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.21);
  }
  .suoyouone .zhongdao .ggwid {
    position: relative;
    z-index: 22;
  }
  .suoyouone .zhongdao li {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
  }
  .suoyouone .zhongdao li.active {
    background-color: #01c9fd;
  }
  .suoyouone .zhongdao li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  .suoyouone .zhongdao .sekuai {
    display: none;
  }
  .erdao {
    width: 100%;
    padding: 20px 0;
    line-height: 36px;
    text-align: right;
    color: #999;
    font-size: 14px;
  }
  .erdao i {
    font-size: 16px;
    margin-right: 2px;
  }
  .erdao a {
    color: #999;
    transition: all 200ms;
  }
  .erdao .juzuo li {
    text-align: center;
    border-left: 1px solid #ccc;
    padding: 0 10px;
    line-height: 26px;
    margin: 5px 0;
  }
  .erdao .juzuo li.active a {
    color: #01c9fd;
    text-decoration: underline;
  }
  .erdao .juzuo li:hover a {
    color: #01c9fd;
    text-decoration: underline;
  }
  .erdao .juzuo li:first-child {
    border-left: none;
  }
  .shiytwo {
    width: 100%;
    padding-bottom: 40px;
  }
  .shiytwo li {
    width: 100%;
    border: 1px solid #efefef;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px;
  }
  .shiytwo li .tu {
    width: 16%;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 13px;
  }
  .shiytwo li .tu img {
    width: 100%;
    transition: all 400ms;
  }
  .shiytwo li .tu:hover img {
    transform: scale(1.05);
  }
  .shiytwo li .zi {
    width: 82%;
    margin-left: 2%;
  }
  .shiytwo li .zi .tou {
    display: block;
    line-height: 26px;
    font-size: 16px;
    color: #333;
    transition: all 200ms;
    height: 26px;
    overflow: hidden;
  }
  .shiytwo li .zi .riqi {
    line-height: 26px;
    font-size: 14px;
    color: #666;
  }
  .shiytwo li .zi .shen {
    line-height: 22px;
    font-size: 14px;
    color: #666;
    height: 44px;
  }
  .shiytwo li .zi .za {
    line-height: 28px;
    font-size: 14px;
    margin-top: 10px;
  }
  .shiytwo li .zi .za i {
    margin-right: 3px;
    font-size: 18px;
    position: relative;
    top: 2px;
  }
  .shiytwo li .zi .za span {
    margin-right: 30px;
  }

  /*faq.html*/
  .faqtwo {
    width: 100%;
    padding-bottom: 40px;
  }
  .faqtwo li {
    width: 100%;
    border: 1px solid #efefef;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px;
  }
  .faqtwo li .one {
    width: 100%;
  }
  .faqtwo li .one .tu {
    width: 2.7%;
  }
  .faqtwo li .one .tu img {
    width: 100%;
  }
  .faqtwo li .one .zi {
    width: auto;
    margin-left: 1%;
    line-height: 26px;
    padding: 7px 20px 7px 10px;
    border-radius: 20px;
    background-color: #e9eaeb;
    position: relative;
    font-size: 16px;
    color: #333;
    min-width: 360px;
  }
  .faqtwo li .one .zi .jiao {
    width: 7px;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -6px;
    line-height: 0;
  }
  .faqtwo li .one .zi .jiao img {
    width: 100%;
    line-height: 0;
  }
  .faqtwo li .two {
    width: 100%;
    margin-top: 14px;
  }
  .faqtwo li .two .tu {
    width: 2.7%;
  }
  .faqtwo li .two .tu img {
    width: 100%;
  }
  .faqtwo li .two .zi {
    width: 90%;
    margin-left: 1%;
    line-height: 28px;
    font-size: 14px;
    color: #666;
  }

  /*lianxi.html*/
  .lianxtwo {
    width: 100%;
    background: url(../images/lxbg.jpg) no-repeat top center;
  }
  .lianxtwo .lxti {
    padding: 60px 0;
  }
  .lianxtwo .zuo {
    width: 80%;
    margin-left: 4.42%;
    position: relative;
  }
  .lianxtwo .zuo .datu {
    width: 100%;
  }
  .lianxtwo .zuo .kuai {
    width: 8px;
    height: 8px;
    position: absolute;
    margin-left: -4px;
    margin-top: -4px;
    background-color: #fa6d1b;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
  }
  .lianxtwo .zuo .kuai .mz {
    width: 50px;
    line-height: 20px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    z-index: 3;
  }
  .lianxtwo .zuo .kuai .futu {
    width: 270px;
    position: absolute;
    left: 50%;
    margin-left: -130px;
    bottom: 11px;
    z-index: 3;
    display: none;
  }
  .lianxtwo .zuo .kuai .futu img {
    width: 100%;
    vertical-align: top;
  }
  .lianxtwo .zuo .kuai .zho {
    width: 100%;
    height: 100%;
    background-color: #61a7e0;
    z-index: 2;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .lianxtwo .zuo .kuai .ceng {
    width: 100%;
    height: 100%;
    background-color: #61a7e0;
    /*border: 1px solid #e6343c;*/
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: 1;
  }
  .lianxtwo .zuo .kuaibj {
    left: 74.9%;
    top: 39%;
  }
  .lianxtwo .zuo .kuaibj .zho {
    background-color: #f68c20;
  }
  .lianxtwo .zuo .kuaibj .ceng {
    background-color: #f68c20;
  }
  .lianxtwo .zuo .kuainx {
    left: 56.4%;
    top: 48.9%;
  }
  .lianxtwo .zuo .kuaixa {
    left: 62.9%;
    top: 55.4%;
  }
  .lianxtwo .zuo .kuaixa .zho {
    background-color: #01c9fd;
  }
  .lianxtwo .zuo .kuaixa .ceng {
    background-color: #01c9fd;
  }
  .lianxtwo .zuo .kuaihn {
    left: 69.7%;
    top: 57.7%;
  }
  .lianxtwo .zuo .kuaish {
    left: 86.9%;
    top: 61.4%;
  }
  .lianxtwo .zuo .kuaihz {
    left: 84.4%;
    top: 68.4%;
  }
  .lianxtwo .zuo .kuaihz .zho {
    background-color: #6179e0;
  }
  .lianxtwo .zuo .kuaihz .ceng {
    background-color: #6179e0;
  }
  .lianxtwo .zuo .kuaisz {
    left: 72.2%;
    top: 83.4%;
  }
  .lianxtwo .you {
    width: 100%;
    margin-right: 0%;
    margin-top: 10px;
  }
  .lianxtwo .you li {
    width: 100%;
    padding: 16px 5.7%;
    box-sizing: border-box;
  }
  .lianxtwo .you li .tu {
    width: 11.9%;
  }
  .lianxtwo .you li .tu i {
    font-size: 28px;
    color: #ff6666;
  }
  .lianxtwo .you li.xa .tu i {
    color: #01c9fd;
  }
  .lianxtwo .you li.bj .tu i {
    color: #f68c20;
  }
  .lianxtwo .you li.hz .tu i {
    color: #6179e0;
  }
  .lianxtwo .you li .zi {
    width: 88%;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    margin-top: 2px;
  }

  /*news.html*/
  .newstwo {
    width: 100%;
  }
  .newstwo .onebu {
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
  }
  .newstwo .onebu li {
    width: 31.4%;
    margin-left: 2.9%;
  }
  .newstwo .onebu li:first-child {
    margin-left: 0;
  }
  .newstwo .onebu li .tu {
    width: 100%;
    overflow: hidden;
  }
  .newstwo .onebu li .tu img {
    width: 100%;
    height: 166px;
  }
  .newstwo .onebu li .tou {
    display: block;
    width: 100%;
    line-height: 24px;
    margin-top: 17px;
    font-size: 16px;
    color: #333;
    height: 48px;
    overflow: hidden;
    transition: all 200ms;
  }
  .newstwo .onebu li .riqi {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #666;
  }
  .newstwo .onebu li .shen {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    height: 60px;
    overflow: hidden;
  }
  .newstwo .onebu li .more {
    display: block;
    width: 110px;
    line-height: 32px;
    font-size: 14px;
    margin-top: 7px;
    color: #666;
    transition: all 200ms;
  }
  .newstwo .onebu li:hover .more {
    color: #01c9fd;
  }
  .newstwo .onebu li .more span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #cbcbcb;
    color: #fff;
    transition: all 200ms;
    margin-left: 16px;
  }
  .newstwo .onebu li:hover .more span {
    background-color: #01c9fd;
  }
  .newstwo .onebu li .more span i {
    font-size: 12px;
  }
  .newstwo .twobu {
    width: 100%;
  }
  .newstwo .twobu li {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .newstwo .twobu li .tu {
    width: 23.43%;
    overflow: hidden;
    margin-top: 6px;
  }
  .newstwo .twobu li .tu img {
    width: 100%;
    height: 110px;
  }
  .newstwo .twobu li .zi {
    width: 72.85%;
    margin-left: 3.72%;
  }
  .newstwo .twobu li .zi .tou {
    display: block;
    width: 100%;
    line-height: 24px;
    margin-top: 0px;
    font-size: 16px;
    color: #333;
    height: 24px;
    overflow: hidden;
    transition: all 200ms;
  }
  .newstwo .twobu li:hover .zi .tou {
    color: #01c9fd;
  }
  .newstwo .twobu li .zi .riqi {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #666;
  }
  .newstwo .twobu li .zi .shen {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    height: 40px;
    overflow: hidden;
  }
  .newstwo .twobu li .zi .more {
    display: block;
    width: 110px;
    line-height: 32px;
    font-size: 14px;
    margin-top: 0px;
    color: #666;
    transition: all 200ms;
  }
  .newstwo .twobu li:hover .zi .more {
    color: #01c9fd;
  }
  .newstwo .twobu li .zi .more span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #cbcbcb;
    color: #fff;
    transition: all 200ms;
    margin-left: 16px;
  }
  .newstwo .twobu li:hover .zi .more span {
    background-color: #01c9fd;
  }
  .newstwo .twobu li .zi .more span i {
    font-size: 12px;
  }
  .newstwo .fenye {
    width: 100%;
    line-height: 42px;
    padding: 40px 0;
    text-align: center;
  }
  .newstwo .fenye a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    transition: all 200ms;
  }
  .newstwo .fenye .sy {
    padding: 0 6px;
  }
  .newstwo .fenye .syy {
    padding: 0 6px;
    margin-right: 8px;
  }
  .newstwo .fenye .xyy {
    padding: 0 6px;
    margin-left: 8px;
  }
  .newstwo .fenye .wy {
    padding: 0 6px;
  }
  .newstwo .fenye a:hover {
    color: #01c9fd;
  }
  .newstwo .fenye .num {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #dddddd;
    margin: 0 5px;
  }
  .newstwo .fenye .num.active {
    background-color: #01c9fd;
    color: #fff;
  }
  .newstwo .fenye .num:hover {
    background-color: #01c9fd;
    color: #fff;
  }

  /*yingy.html*/
  .yingytwo {
    width: 100%;
  }
  .yingytwo .onebu {
    border-bottom: 1px solid #e8e8e8;
  }
  .yingytwo .onebu li {
    width: 31.4%;
    margin-left: 2.9%;
    padding-bottom: 30px;
  }
  .yingytwo .onebu li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .yingytwo .onebu li .tu {
    width: 100%;
    overflow: hidden;
  }
  .yingytwo .onebu li .tu img {
    width: 100%;
    height: 166px;
  }
  .yingytwo .onebu li .tou {
    display: block;
    width: 100%;
    line-height: 24px;
    margin-top: 17px;
    font-size: 16px;
    color: #333;
    height: 48px;
    overflow: hidden;
    transition: all 200ms;
  }
  .yingytwo .onebu li .riqi {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #666;
  }
  .yingytwo .onebu li .shen {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    height: 60px;
    overflow: hidden;
  }
  .yingytwo .onebu li .more {
    display: block;
    width: 110px;
    line-height: 32px;
    font-size: 14px;
    margin-top: 7px;
    color: #666;
    transition: all 200ms;
  }
  .yingytwo .onebu li:hover .more {
    color: #01c9fd;
  }
  .yingytwo .onebu li .more span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #cbcbcb;
    color: #fff;
    transition: all 200ms;
    margin-left: 16px;
  }
  .yingytwo .onebu li:hover .more span {
    background-color: #01c9fd;
  }
  .yingytwo .onebu li .more span i {
    font-size: 12px;
  }
  .fenye {
    width: 100%;
    line-height: 42px;
    padding: 40px 0;
    text-align: center;
  }
  .fenye a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    transition: all 200ms;
  }
  .fenye .sy {
    padding: 0 6px;
  }
  .fenye .syy {
    padding: 0 6px;
    margin-right: 8px;
  }
  .fenye .xyy {
    padding: 0 6px;
    margin-left: 8px;
  }
  .fenye .wy {
    padding: 0 6px;
  }
  .fenye a:hover {
    color: #01c9fd;
  }
  .fenye .num {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #dddddd;
    margin: 0 5px;
  }
  .fenye .num.active {
    background-color: #01c9fd;
    color: #fff;
  }
  .fenye .num:hover {
    background-color: #01c9fd;
    color: #fff;
  }

  /*zcbangz.html*/
  .bangztwo {
    width: 100%;
  }
  .bangztwo li {
    width: 48%;
    margin-left: 4%;
  }
  .bangztwo li:first-child {
    margin-left: 0;
  }
  .bangztwo li .biaot {
    width: 100%;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
  }
  .bangztwo li .ms {
    width: 100%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
  }
  .bangztwo li .one {
    width: 100%;
    margin-top: 20px;
  }
  .bangztwo li .one .onex {
    width: 49%;
    margin-left: 2%;
    text-align: center;
    padding: 4px 0 20px;
    background-color: #d9f8ff;
    position: relative;
    overflow: hidden;
    color: #38a6bd;
    transition: all 200ms;
  }
  .bangztwo li.you .one .onex {
    background-color: #e6f7f5;
  }
  .bangztwo li .one .onex:first-child {
    margin-left: 0;
  }
  .bangztwo li .one .onex .tu {
    width: 100%;
    padding: 12px 0;
    position: relative;
    z-index: 2;
  }
  .bangztwo li .one .onex .tu img {
    width: 68px;
  }
  .bangztwo li .one .onex .tu img.img1 {
    display: none;
  }
  .bangztwo li .one .onex:hover .tu img.img1 {
    display: inline-block;
  }
  .bangztwo li .one .onex:hover .tu img.img2 {
    display: none;
  }
  .bangztwo li .one .onex .tou {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-weight: bold;
    position: relative;
    z-index: 2;
  }
  .bangztwo li .one .onex .shen {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .bangztwo li .one .onex .fuceng {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #03d2ff;
    z-index: 1;
    transition: all 200ms;
  }
  .bangztwo li.you .one .onex .fuceng {
    background-color: #58cbba;
  }
  .bangztwo li .one .onex:hover .fuceng {
    top: 0;
  }
  .bangztwo li .two {
    width: 100%;
    margin-top: 16px;
    padding: 24px 22%;
    box-sizing: border-box;
    background-color: #d9f8ff;
    position: relative;
    color: #38a6bd;
    transition: all 200ms;
    overflow: hidden;
  }
  .bangztwo li.you .two {
    background-color: #e6f7f5;
  }
  .bangztwo li .two:hover {
    color: #fff;
  }
  .bangztwo li .two .tu {
    width: 24.8%;
    margin-right: 4.2%;
    position: relative;
    z-index: 2;
  }
  .bangztwo li .two .tu img {
    width: 100%;
  }
  .bangztwo li .two .tu img.img1 {
    display: none;
  }
  .bangztwo li .two:hover .tu img.img1 {
    display: inline-block;
  }
  .bangztwo li .two:hover .tu img.img2 {
    display: none;
  }
  .bangztwo li .two .zi {
    width: 71%;
    position: relative;
    z-index: 2;
  }
  .bangztwo li .two .zi .tou {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-weight: bold;
    margin-top: 4px;
  }
  .bangztwo li .two .zi .shen {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
  }
  .bangztwo li .two .fuceng {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #03d2ff;
    z-index: 1;
    transition: all 200ms;
  }
  .bangztwo li.you .two .fuceng {
    background-color: #58cbba;
  }
  .bangztwo li .two:hover .fuceng {
    top: 0;
  }
  .bangzthree {
    width: 100%;
    padding-top: 94px;
  }
  .bangzthree .tit {
    width: 100%;
  }
  .bangzthree .tit .tou {
    width: 100%;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    color: #333;
  }
  .bangzthree .tit .ms {
    width: 100%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #666;
  }
  .bangzthree .ti {
    width: 100%;
    margin-top: 20px;
    background-color: #e0e2e4;
  }
  .bangzthree .ti .ggwid {
    position: relative;
  }
  .bangzthree .ti .datu {
    width: 100%;
  }
  .bangzthree .ti .fuceng {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.47);
    z-index: 2;
  }
  .bangzthree .ti .fuceng .tub {
    width: 70px;
    position: absolute;
    left: 50%;
    margin-left: -41px;
    top: 50%;
    margin-top: -41px;
  }
  .bangzthree .ti .fuceng .tub img {
    width: 100%;
  }
  .bangzfour {
    width: 100%;
    padding: 40px 0;
  }
  .bangzfour .tit {
    width: 100%;
    line-height: 36px;
    font-size: 18px;
    color: #333;
  }
  .bangzfour .banben {
    width: 100%;
    border-right: none;
    min-height: auto;
  }
  .bangzfour .banben .ti {
    margin-top: 0px;
    width: 100%;
  }
  .bangzfour .banben .ti li {
    width: 100%;
    line-height: 42px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    height: 42px;
  }
  .bangzfour .banben .ti li .wenz {
    width: 73.4%;
    margin-right: 2%;
  }
  .bangzfour .banben .ti li .wenz i {
    font-size: 18px;
    margin-right: 6px;
    position: relative;
    top: 1px;
  }
  .bangzfour .banben .ti li .riqi {
    width: 21.4%;
    text-align: right;
  }
  .bangzfour .yjfk {
    width: 100%;
    margin-top: 20px;
  }
  .bangzfour .yjfk .ti {
    width: 100%;
  }
  .bangzfour .yjfk .ti li {
    width: 100%;
    margin-top: 8px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
  }
  .bangzfour .yjfk .ti li .mz {
    width: 52px;
    min-height: 1px;
  }
  .bangzfour .yjfk .ti li .shr {
    width: 330px;
    height: 30px;
    border: 1px solid #e7e7e7;
    color: #666;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .bangzfour .yjfk .ti li textarea {
    width: 440px;
    height: 90px;
    line-height: 24px;
    font-family: "microsoft yahei";
    color: #666;
    border: 1px solid #e7e7e7;
    resize: none;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
  }
  .bangzfour .yjfk .ti li .tij {
    width: 146px;
    height: 34px;
    background-color: #03d2ff;
    color: #fff;
    font-size: 14px;
    transition: all 200ms;
    margin-top: 10px;
    cursor: pointer;
  }
  .bangzfour .yjfk .ti li .tij:hover {
    background-color: #19afd6;
  }

  /*zixun.html*/
  .zxtwo {
    width: 100%;
  }
  .zxtwo li {
    width: 23.5%;
    margin-left: 2%;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 7px;
    overflow: hidden;
    position: relative;
  }
  .zxtwo li:first-child {
    margin-left: 0;
  }
  .zxtwo li .datu {
    width: 100%;
  }
  .zxtwo li .fuceng {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .zxtwo li .fuzi {
    width: 94%;
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -15px;
    color: #fff;
    text-align: center;
  }
  .zxtwo li:hover .fuzi {
    margin-top: -45px;
  }
  .zxtwo li .fuzi .tou {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
  }
  .zxtwo li .fuzi .shen {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
  }
  .zxthree {
    width: 100%;
  }
  .zxthree .ti {
    width: 100%;
    margin: 0 auto;
  }
  .zxthree .ti li {
    width: 100%;
    background-color: #e8e8e8;
    margin-top: 20px;
  }
  .zxthree .ti li .zi {
    width: 17.4%;
    padding: 26px 9.2% 0;
  }
  .zxthree .ti li .zi .tou {
    line-height: 34px;
    font-size: 18px;
  }
  .zxthree .ti li .zi .shen {
    line-height: 22px;
    font-size: 14px;
    height: 44px;
    overflow: hidden;
  }
  .zxthree .ti li .zi .more {
    display: block;
    width: 128px;
    line-height: 28px;
    border: 1px solid #04c9fd;
    border-radius: 15px;
    text-align: center;
    margin-top: 8px;
    color: #04c9fd;
    position: relative;
    overflow: hidden;
    transition: all 200ms;
    z-index: 1;
    font-size: 14px;
  }
  .zxthree .ti li:hover .zi .more {
    color: #fff;
  }
  .zxthree .ti li .zi .more .ceng {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    background-color: #04c9fd;
    transition: all 400ms;
    z-index: -1;
  }
  .zxthree .ti li:hover .zi .more .ceng {
    right: 0;
  }
  .zxthree .ti li .tu {
    width: 56.5%;
    position: relative;
  }
  .zxthree .ti li.one .tu {
    padding-left: 6.3%;
    border-left: 1px dashed #c5c5c5;
  }
  .zxthree .ti li.one .dian {
    width: 16px;
    height: 16px;
    position: absolute;
    left: -8px;
    border-radius: 50%;
    background-color: #fff;
  }
  .zxthree .ti li.two .tu {
    padding-right: 6.3%;
    border-right: 1px dashed #c5c5c5;
  }
  .zxthree .ti li.two .dian {
    width: 16px;
    height: 16px;
    position: absolute;
    right: -8px;
    border-radius: 50%;
    background-color: #fff;
  }
  .zxthree .ti li .dianyi {
    top: -8px;
  }
  .zxthree .ti li .dianer {
    bottom: -8px;
  }
  .zxthree .ti li .tu img {
    width: 100%;
  }
  .zxfour {
    width: 100%;
  }
  .zxfour .ti {
    width: 100%;
    padding-bottom: 40px;
  }
  .swiper-container {
    width: 700px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 62px;
    height: 260px;
  }
  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 400px;
    height: 270px;
  }
  .swiper-slide .tu {
    width: 100%;
  }
  .swiper-slide img {
    width: 100%;
  }
  .swiper-slide .zi {
    width: 100%;
    margin-top: 14px;
    display: none;
    text-align: center;
  }
  .swiper-slide.swiper-slide-active .zi {
    display: block;
  }
  .swiper-slide .zi .tou {
    line-height: 24px;
    font-size: 16px;
    color: #333;
  }
  .swiper-slide .zi .shen {
    line-height: 22px;
    font-size: 14px;
    color: #333;
  }
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 18px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
  }

  /*licheng.html*/
  .lictwo {
    width: 100%;
    background: url(../images/lictwobg.png) no-repeat bottom center;
    background-color: #fdfdfe;
    overflow: hidden;
  }
  .lictwo .intit {
    padding-top: 0;
    width: 100%;
    margin: 0 auto;
  }
  .lictwo .ggwid {
    width: 96%;
  }
  .lictwo .ti {
    display: none;
  }
  .lictwo .tier {
    display: block;
    width: 100%;
    padding: 0 0 40px;
  }
  .lictwo .tisan {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 40px;
  }
  .lcts-demo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .lcts-demo .item {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .lcts-demo .item .datu {
    width: 100%;
    vertical-align: middle;
    height: 124px;
  }

  .lictwo .tier .tiertit {
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-top: 10px;
  }
  .lictwo .tier .tierti {
    line-height: 24px;
    font-size: 14px;
    color: #666;
  }
  .lictwo .tier .tierti .ttou {
    color: #333;
    font-weight: bold;
  }
  .lictwo .tier .tierti .ttime {
    color: #333;
    font-weight: bold;
  }
  .lictwo .tier .tierti .ttime img {
    width: 35px;
    height: 35px;
    vertical-align: middle;
  }
  .licthree {
    width: 100%;
    padding-bottom: 40px;
  }
  .licthree .intit {
    width: 100%;
    margin: 0 auto;
  }
  .licthree .ti {
    width: 100%;
  }
  .licthree .ti .one {
    width: 71.4%;
    margin: 0 auto;
  }
  .licthree .ti .one .zi {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .licthree .ti .one img {
    width: 100%;
  }
  .licthree .ti .two {
    width: 100%;
    margin: 20px auto;
  }
  .brand-list {
    width: 100%;
    margin: 10px auto 0 auto;
    position: relative;
  }
  .brand-list .itemtp {
    position: absolute;
    width: 31%;
    padding: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ccc;
    margin-left: 17px;
  }
  .brand-list .itemtp img {
    width: 100%;
  }
  .licthree .ti .three {
    width: 100%;
    margin: 20px auto;
  }
  .licthree .ti .three ul {
    width: 100%;
  }
  .licthree .ti .three li {
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ccc;
  }
  .licthree .ti .three img {
    width: 100%;
  }
  .licthree .ti .three .zban {
    width: 25.4%;
  }
  .licthree .ti .three .dban {
    width: 42.6%;
    margin-left: 3.3%;
  }
  .licthree .ti .three .sban {
    width: 25.4%;
    margin-left: 3.3%;
  }
  .licthree .ti .four {
    width: 100%;
    margin: 20px auto;
  }
  .licthree .ti .four ul {
    width: 100%;
  }
  .licthree .ti .four li {
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ccc;
    width: 30.53%;
    margin: 0 1.4% 10px;
  }
  .licthree .ti .four img {
    width: 100%;
  }
  /*cpai.html*/
  .cpaitwo {
    width: 100%;
  }
  .cpaitwo .intit {
    padding-top: 0;
  }
  .cpaitwo .intit br {
    display: none;
  }
  .cpaitwo .ti {
    width: 80%;
    margin: 12px auto 0;
  }
  .cpaitwo .ti img {
    width: 100%;
  }
  .cpaithree {
    width: 100%;
    margin-top: 40px;
  }
  .cpaithree li {
    width: 100%;
    padding: 40px 0;
  }
  .cpaithree li:nth-child(odd) {
    background-color: #f4f4f5;
  }
  .cpaithree li .tu {
    width: 52.9%;
  }
  .cpaithree li .tu img {
    width: 100%;
  }
  .cpaithree li .zi {
    width: 44.8%;
  }
  .cpaithree li .zi .tou {
    width: 100%;
    margin-top: 28px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    padding: 0px 0;
  }
  .cpaithree li .zi .shen {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    color: #666;
  }
  .cpaithree li .zi .shen br {
    display: none;
  }
  .cpaifour {
    width: 100%;
    padding-bottom: 30px;
  }
  .cpaifour .intit {
    padding-top: 0;
  }
  .cpaifour .intit br {
    display: none;
  }
  .cpaifour .ti {
    width: 100%;
    position: relative;
    margin: 20px auto 0;
    overflow: hidden;
  }
  .cpaifour .ti .datu {
    width: 100%;
    position: relative;
    z-index: 8;
    display: none;
  }
  .cpaifour .ti .kuai {
    width: 48%;
    padding: 18px 30px;
    box-sizing: border-box;
    background-color: #efeff1;
    position: static;
    z-index: 6;
    margin: 0 1% 10px;
    float: left;
  }
  .cpaifour .ti .kuai1 {
    right: 109%;
    top: -35px;
  }
  .cpaifour .ti .kuai2 {
    right: 109%;
    top: 123px;
  }
  .cpaifour .ti .kuai3 {
    right: 109%;
    top: 281px;
  }
  .cpaifour .ti .kuai4 {
    left: 109%;
    top: -35px;
  }
  .cpaifour .ti .kuai5 {
    left: 109%;
    top: 123px;
  }
  .cpaifour .ti .kuai6 {
    left: 109%;
    top: 290px;
  }
  .cpaifour .ti .kuai .tou {
    line-height: 28px;
    font-size: 16px;
    color: #333;
    width: 100%;
    height: 28px;
    overflow: hidden;
  }
  .cpaifour .ti .kuai .shen {
    line-height: 24px;
    font-size: 14px;
    color: #666;
    width: 100%;
    height: 72px;
    overflow: hidden;
  }
  .cpaifour .ti .kuai .jiao {
    position: absolute;
    display: none;
  }
  .cpaifour .ti .kuai .jiao img {
    width: 100%;
  }
  .cpaifour .ti .kuai1 .jiao {
    width: 152px;
    left: 94%;
    top: 48%;
  }
  .cpaifour .ti .kuai2 .jiao {
    width: 152px;
    left: 94%;
    top: 48%;
  }
  .cpaifour .ti .kuai3 .jiao {
    width: 178px;
    left: 94%;
    top: 20%;
  }
  .cpaifour .ti .kuai4 .jiao {
    width: 152px;
    right: 94%;
    top: 48%;
  }
  .cpaifour .ti .kuai5 .jiao {
    width: 152px;
    right: 94%;
    top: 48%;
  }
  .cpaifour .ti .kuai6 .jiao {
    width: 178px;
    right: 94%;
    top: 20%;
  }
  .cpaifive {
    width: 100%;
    padding-bottom: 40px;
  }
  .cpaifive .intit {
    padding-top: 0px;
  }
  .cpaifive .ti {
    width: 100%;
    margin-top: 10px;
  }
  .cpaifive .ti li {
    width: 30.73%;
    margin: 0 1.3%;
  }
  .cpaifive .ti li .tu {
    width: 100%;
    overflow: hidden;
  }
  .cpaifive .ti li .tu img {
    width: 100%;
    transition: all 400ms;
  }
  .cpaifive .ti li:hover .tu img {
    transform: scale(1.05);
  }
  .cpaifive .ti li .tou {
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    margin: 14px 0 10px;
    text-align: center;
  }
  .cpaifive .ti li .shen {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    margin: 0;
  }
  .cpaifive .ti li .shen br {
    display: none;
  }

  /*cpbi.html*/
  .cpbitwo {
    width: 100%;
  }
  .cpbitwo .intit {
    padding-top: 0;
  }
  .cpbitwo .ti {
    width: 80%;
    margin: 12px auto 0;
  }
  .cpbitwo .ti img {
    width: 100%;
  }
  .cpbithree {
    width: 100%;
    margin-top: 40px;
  }
  .cpbithree li {
    width: 100%;
    padding: 40px 0;
  }
  .cpbithree li:nth-child(odd) {
    background-color: #f4f4f5;
  }
  .cpbithree li .tu {
    width: 52.9%;
  }
  .cpbithree li .tu img {
    width: 100%;
  }
  .cpbithree li .zi {
    width: 44.8%;
  }
  .cpbithree li .zi .tou {
    width: 100%;
    margin-top: 8px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    padding: 0 0 0 6px;
    border-left: 3px solid #01c9fd;
  }
  .cpbithree li .zi .shen {
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
  }
  .cpbifour {
    width: 100%;
    overflow: hidden;
  }
  .cpbifour .intit {
    /*padding-top: 0;*/
  }
  .cpbifour .ti {
    width: 100%;
    position: relative;
    margin: 20px auto 0;
    overflow: hidden;
  }
  .cpbifour .ti .datu {
    width: 100%;
    position: relative;
    z-index: 8;
    display: none;
  }
  .cpbifour .ti .kuai {
    width: 48%;
    padding: 15px 15px;
    box-sizing: border-box;
    background-color: #efeff1;
    position: static;
    z-index: 6;
    transition: all 200ms;
    margin: 0 1% 10px;
    float: left;
  }
  .cpbifour .ti .kuai .tou {
    line-height: 28px;
    font-size: 16px;
    color: #333;
    width: 100%;
    height: 28px;
    overflow: hidden;
    transition: all 200ms;
  }
  .cpbifour .ti .kuai .shen {
    line-height: 26px;
    font-size: 14px;
    color: #666;
    width: 100%;
    transition: all 200ms;
  }
  .cpbifour .ti .kuai .jiao {
    display: none;
  }
  .cpbifive {
    width: 100%;
    padding-bottom: 40px;
  }
  .cpbifive .qiehs {
    width: 84%;
    border: 1px solid #01c9fd;
    border-radius: 2px;
    margin: 14px auto;
    position: relative;
  }
  .cpbifive .qiehs li {
    width: 33.33%;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #666;
    transition: all 200ms;
    position: relative;
    z-index: 2;
  }
  .cpbifive .qiehs .fuceng {
    width: 33.33%;
    height: 34px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #01c9fd;
    transition: all 400ms;
    z-index: 1;
  }
  .cpbifive .kuais {
    width: 82.8%;
    margin: 0 auto;
  }
  .cpbifive .kuais .kuai {
    width: 100%;
    text-align: center;
  }
  .cpbifive .kuais .kuai .ms {
    line-height: 24px;
    font-size: 14px;
    color: #666;
    width: 100%;
    margin-right: 0%;
    margin-top: 0px;
  }
  .cpbifive .kuais .kuai .tu {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    max-height: 240px;
  }
  .cpbifive .kuais .kuai .tu img {
    width: 100%;
  }

  /*cpdm.html*/
  .cpdmfour {
    width: 100%;
    padding-bottom: 0px;
    overflow: hidden;
  }
  .cpdmfour .ti {
    width: 100%;
    position: relative;
    margin: 20px auto 0;
  }
  .cpdmfour .ti .datu {
    width: 100%;
    position: relative;
    z-index: 8;
    display: none;
  }
  .cpdmfour .ti .kuai {
    width: 48%;
    padding: 15px;
    box-sizing: border-box;
    background-color: #efeff1;
    position: static;
    z-index: 6;
    transition: all 400ms;
    margin: 0 1% 10px;
    float: left;
  }
  .cpdmfour .ti .kuai1 {
    right: 109%;
    top: -60px;
  }
  .cpdmfour .ti .kuai2 {
    right: 109%;
    top: 130px;
  }
  .cpdmfour .ti .kuai3 {
    right: 109%;
    top: 331px;
  }
  .cpdmfour .ti .kuai4 {
    left: 109%;
    top: -60px;
  }
  .cpdmfour .ti .kuai5 {
    left: 109%;
    top: 130px;
  }
  .cpdmfour .ti .kuai6 {
    left: 109%;
    top: 309px;
  }
  .cpdmfour .ti .kuai .tou {
    line-height: 28px;
    font-size: 16px;
    color: #333;
    width: 100%;
    height: 28px;
    overflow: hidden;
  }
  .cpdmfour .ti .kuai .shen {
    line-height: 24px;
    font-size: 13px;
    color: #666;
    width: 100%;
    min-height: 72px;
  }
  .cpdmfour .ti .kuai .jiao {
    display: none;
  }
  .cpdmfive {
    width: 100%;
    padding-bottom: 40px;
  }
  .cpdmfive .qiehs {
    width: 80%;
    border-radius: 2px;
    border: 1px solid #01c9fd;
    margin: 10px auto 0;
    position: relative;
  }
  .cpdmfive .qiehs li {
    width: 50%;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #666;
    transition: all 200ms;
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  .cpdmfive .qiehs li:hover {
    color: #fff;
  }
  .cpdmfive .qiehs li.active {
    color: #fff;
  }
  .cpdmfive .qiehs .fuceng {
    width: 50%;
    height: 34px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #01c9fd;
    transition: all 400ms;
    z-index: 1;
  }
  .cpdmfive .kuais {
    width: 100%;
  }
  .cpdmfive .kuais .kuai {
    width: 100%;
  }
  .cpdmfive .kuais .kuai .one {
    width: 100%;
    margin: 20px auto;
  }
  .cpdmfive .kuais .kuai .one .tu {
    width: 43.1%;
  }
  .cpdmfive .kuais .kuai:last-child .one .tu {
    margin-top: 50px;
  }
  .cpdmfive .kuais .kuai .one .tu img {
    width: 100%;
  }
  .cpdmfive .kuais .kuai .one .zi {
    width: 51.7%;
  }
  .cpdmfive .kuais .kuai .one .zims {
    width: 100%;
    line-height: 22px;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .cpdmfive .kuais .kuai .one .hang {
    width: 100%;
    line-height: 22px;
    font-size: 14px;
    color: #333;
  }
  .cpdmfive .kuais .kuai .one .hang img {
    width: 11px;
    vertical-align: middle;
    position: relative;
    top: 1px;
    margin-right: 8px;
  }
  .cpdmfive .kuais .kuai .two {
    width: 100%;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    margin: 20px auto;
  }
  .cpdmfive .kuais .kuai .three {
    width: 80%;
    margin: 0 auto;
  }
  .cpdmfive .kuais .kuai .three img {
    width: 100%;
  }

  /*第一次新增*/
  /*hezuo.html*/
  .heztwo {
    width: 100%;
  }
  .heztwo .intit {
    padding-top: 0;
  }
  .heztwo .intit br {
    display: none;
  }
  .hezthree {
    width: 100%;
    background-color: #f4f4f5;
    /*margin-top: 40px;*/
  }
  .hezthree .intit {
    padding-top: 0;
  }
  .hezthree .ti {
    width: 100%;
    padding: 20px 0 40px;
    margin: 0 auto;
  }
  .hezthree .ti li {
    width: 31.33%;
    margin: 0 1%;
    text-align: center;
  }
  .hezthree .ti li .tu {
    width: 100%;
    overflow: hidden;
  }
  .hezthree .ti li .tu img {
    width: 100%;
    transition: all 400ms;
  }
  .hezthree .ti li:hover .tu img {
    transform: scale(1.05);
  }
  .hezthree .ti li .tou {
    width: 100%;
    line-height: 26px;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
  }
  .hezthree .ti li .shen {
    width: 100%;
    line-height: 19px;
    font-size: 14px;
    color: #666;
  }
  .hezthree .ti li .shen br {
    display: none;
  }
  .hezfour {
    width: 100%;
  }
  .hezfour .ti {
    width: 100%;
    margin-top: 20px;
  }
  .hezfour .ti li {
    width: 25%;
    text-align: center;
    z-index: 1;
    transition: all 200ms;
    height: 376px;
    padding-top: 20px;
    box-sizing: border-box;
  }
  .hezfour .ti li.active {
    padding-top: 0;
  }
  .hezfour .ti li .kuang {
    width: 100%;
    box-shadow: 0 0 20px #ececec;
    overflow: hidden;
  }
  .hezfour .ti li .shang {
    width: 100%;
    background-color: #394860;
    color: #fff;
    padding: 12px 0;
    transition: all 200ms;
  }
  .hezfour .ti li .shang .tu {
    width: 100%;
  }
  .hezfour .ti li .shang .tu img {
    width: 60px;
  }
  .hezfour .ti li .shang .zi {
    width: 100%;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
  }
  .hezfour .ti li .xia {
    width: 100%;
    transition: all 200ms;
    padding-top: 0;
  }
  .hezfour .ti li.active .xia {
    padding-top: 20px;
  }
  .hezfour .ti li .xia .ms {
    width: 87.6%;
    margin: 14px auto 14px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    height: 144px;
  }
  .hezfour .ti li .xia .ms br {
    display: none;
  }
  .hezfour .ti li .xia .join {
    width: 130px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #3cd4ff;
    border-radius: 15px;
    text-align: center;
    color: #666;
    font-size: 14px;
    margin: 0 auto 40px;
    transition: all 200ms;
    display: block;
  }
  .hezfive {
    width: 100%;
    background-color: #f4f4f5;
  }
  .hezfive .ti {
    padding: 20px 0 40px;
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 2;
    overflow: hidden;
  }
  .hezfive .ti .dongw {
    width: 0;
    overflow: hidden;
    display: none;
  }
  .hezfive .ti .bgtu {
    width: 100%;
  }
  .hezfive .ti .bgtu img {
    width: 100%;
  }
  .hezfive .ti .quan {
    width: 20%;
    position: static;
    margin-left: 0;
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 1600ms;
    float: left;
  }
  .hezfive .ti.chux .quan {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .hezfive .ti .quan .tu {
    width: 100%;
    transition: all 600ms;
    max-width: 80px;
    margin: 0 auto;
  }
  .hezfive .ti .quan:hover .tu {
    margin-top: 0;
  }
  .hezfive .ti .quan .tu img {
    width: 100%;
  }
  .hezfive .ti .quan .zi {
    font-size: 14px;
    color: #333;
    line-height: 36px;
    font-weight: bold;
  }
  .hezfive .ti .quan.quan1 {
    left: 19%;
    top: 34%;
    transition-delay: 0s;
  }
  .hezfive .ti .quan.quan2 {
    left: 35%;
    top: 49%;
    transition-delay: 0.3s;
  }
  .hezfive .ti .quan.quan3 {
    left: 51%;
    top: 52%;
    transition-delay: 0.6s;
  }
  .hezfive .ti .quan.quan4 {
    left: 67%;
    top: 23%;
    transition-delay: 0.9s;
  }
  .hezfive .ti .quan.quan5 {
    left: 85%;
    top: 41%;
    transition-delay: 1.2s;
  }
  .hezsix.indexfive .ti {
    border-bottom: none;
    padding-bottom: 40px;
  }

  /*activity.html*/
  .huodone {
    width: 100%;
    position: relative;
  }
  .huodone img {
    width: 100%;
  }
  .huodone .fuzi {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    bottom: 40px;
  }
  .huodone .fuzi i {
    font-size: 16px;
    margin-right: 3px;
  }
  .huodtwo {
    width: 100%;
    margin-top: 40px;
  }
  .huodtwo .hdwid {
    width: 94%;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #333;
  }
  .huodtwo .hdwid br {
    display: none;
  }
  .huodthree {
    width: 100%;
    margin-top: 40px;
    position: relative;
  }
  .huodthree .hdwid {
    width: 94%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .hdtit {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .hdtit .mz {
    width: 100%;
  }
  .hdtit .mz img {
    height: 46px;
  }
  .hdtit .ms {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 10px;
  }
  .huodthree .ti {
    width: 100%;
    margin-top: 20px;
  }
  .huodthree .ti li {
    width: 32.33%;
    margin: 0 0.5%;
    position: relative;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
  }
  .huodthree .ti li img {
    width: 100%;
  }
  .huodthree .ti li .fuceng {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 2, 2, 0.54);
    z-index: 1;
  }
  .huodthree .ti li .fuzi {
    width: 94%;
    color: #fff;
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -12px;
    z-index: 2;
    text-align: center;
  }
  .huodthree .ti li:hover .fuzi {
    margin-top: -50px;
  }
  .huodthree .ti li .fuzi .tou {
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
  }
  .huodthree .ti li .fuzi .shen {
    line-height: 20px;
    font-size: 14px;
    margin-top: 4px;
    height: 80px;
  }
  .huodthree .dabg {
    width: 100%;
    position: absolute;
    left: 0;
    top: -18px;
    z-index: 1;
  }
  .huodthree .dabg img {
    width: 100%;
  }
  .huodfour {
    width: 100%;
    padding: 143px 0 140px;
    position: relative;
  }
  .huodfour .ggwid {
    position: relative;
    z-index: 2;
  }
  .huodfour .hdtit .ms {
    color: #fff;
  }
  .huodfour .ti {
    width: 100%;
    position: relative;
    padding: 12px 0;
    margin-top: 10px;
  }
  .huodfour .ti .hang {
    width: 50%;
    line-height: 34px;
    height: 34px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 0 1.6%;
    box-sizing: border-box;
    position: relative;
  }
  .huodfour .ti .hang .zi {
    height: 34px;
    overflow: hidden;
  }
  .huodfour .ti .hang .quan {
    width: 17px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
  }
  .huodfour .ti .hang .quan img {
    width: 100%;
    vertical-align: top;
    display: block;
  }
  .huodfour .ti .one {
    text-align: right;
  }
  .huodfour .ti .one .quan {
    right: -9px;
  }
  .huodfour .ti .two {
    margin-left: 50%;
  }
  .huodfour .ti .two .quan {
    left: -9px;
  }
  .huodfour .ti .dians {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    top: -9px;
  }
  .huodfour .ti .dians img {
    width: 100%;
  }
  .huodfour .ti .zhongx {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    background-color: #fff;
  }
  .huodfour .ti .dianx {
    position: absolute;
    left: 50%;
    margin-left: -9px;
    width: 17px;
    bottom: -9px;
  }
  .huodfour .ti .dianx img {
    width: 100%;
  }
  .huodfour .dabg {
    width: 100%;
    position: absolute;
    left: 0%;
    top: -70px;
    z-index: 1;
    overflow: hidden;
  }
  .huodfour .dabg img {
    width: 152%;
  }
  .huodfive {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .huodfive .hdwid {
    width: 94%;
    margin: 0 auto;
  }
  .huodfive .ti {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .huod-demo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .huod-demo .item {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .huod-demo .item .tu {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
  }
  .huod-demo .item .mz {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin-top: 12px;
    display: block;
    text-decoration: underline;
  }
  .huod-demo .item .ms {
    line-height: 22px;
    font-size: 14px;
    color: #666;
    display: block;
    text-decoration: underline;
  }
  .huod-demo .owl-controls {
    margin-top: 30px;
  }
  .huodsix {
    width: 100%;
    padding-top: 54px;
    position: relative;
    z-index: 1;
  }
  .huodsix .ggwid {
    position: relative;
    z-index: 2;
  }
  .huodsix .ggwid .ms {
    color: #fff;
  }
  .huodsix .ti {
    width: 100%;
    margin-top: 10px;
  }
  .huodsix .ti li {
    width: 24.2%;
    margin: 0 0.4% 6px;
  }
  .huodsix .ti li img {
    width: 100%;
  }
  .huodsix .dabg {
    width: 100%;
    position: absolute;
    left: 0;
    top: -88px;
    z-index: 1;
    overflow: hidden;
  }
  .huodsix .dabg img {
    width: 142%;
  }
  .huodseven {
    width: 100%;
    margin-top: 128px;
  }
  .huodseven .hdwid {
    width: 94%;
    margin: 0 auto;
  }
  .huodseven .ti {
    width: 100%;
    margin-top: 10px;
  }
  .huodseven .ti li {
    width: 14.28%;
  }
  .huodseven .ti li img {
    width: 100%;
  }
  .huodeight {
    width: 100%;
    margin-top: 128px;
  }
  .huodeight .hdwid {
    width: 94%;
    margin: 0 auto;
  }
  .huodeight .hdtit .mu {
    width: 100%;
    text-align: center;
    margin: 10px 0 6px;
  }
  .huodeight .hdtit .mu img {
    height: 20px;
  }
  .huodnine {
    width: 100%;
    padding-top: 120px;
    position: relative;
    overflow: hidden;
  }
  .huodnine .hdwid {
    width: 94%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .huodnine .hang {
    width: 100%;
    margin-bottom: 10px;
    line-height: 34px;
  }
  .huodnine .hang .mz {
    width: 13.4%;
    text-align: right;
    font-size: 14px;
    color: #fff;
    min-height: 1px;
  }
  .huodnine .hang .shr {
    width: 81.7%;
    height: 32px;
    border: 1px solid #3598f5;
  }
  .huodnine .hang .shr input {
    width: 100%;
    height: 32px;
    padding: 0 5px;
    box-sizing: border-box;
    border: none;
    background: transparent;
    color: #ccc;
    font-size: 14px;
  }
  .huodnine .hang.mo {
    margin: 10px 0 40px;
  }
  .huodnine .hang.mo .shr {
    box-shadow: 10px 10px 0 #3336b6;
    background: url(../images/huodnine1.jpg) repeat center center;
    border: none;
  }
  .huodnine .hang.mo .shr input {
    color: #fff;
    font-size: 14px;
  }
  .huodnine .dabg {
    width: 100%;
    position: absolute;
    left: 0;
    top: -18px;
    z-index: 1;
    overflow: hidden;
  }
  .huodnine .dabg img {
    width: 126%;
  }

  /*shiyong.html*/
  .shytwo {
    width: 100%;
    margin-top: 40px;
  }
  .shytwo .btou {
    color: #292929;
    font-size: 18px;
    line-height: 26px;
    padding: 14px 0;
    text-align: center;
    width: 100%;
  }
  .shytwo .bti {
    width: 100%;
    margin: 0px auto;
    line-height: 44px;
  }
  .shytwo .bti .hang {
    margin-bottom: 15px;
  }
  .shytwo .bti .mz {
    width: 15.4%;
    text-align: right;
    font-size: 14px;
    color: #666;
    min-height: 1px;
  }
  .shytwo .bti .shr {
    width: 81.7%;
    height: 42px;
  }
  .shytwo .bti .shr input {
    width: 100%;
    height: 42px;
    padding: 0 5px;
    box-sizing: border-box;
    background: transparent;
    color: #666;
    border: 1px solid #ccc;
    transition: all 200ms;
    font-size: 14px;
  }
  .shytwo .bti .shr input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(82, 168, 236, 0.6);
  }
  .shytwo .bti .shr input::-webkit-input-placeholder {
    color: #ccc;
  }
  .shytwo .bti .shr input::-moz-placeholder {
    color: #ccc;
  }
  .shytwo .bti .shr input:-ms-input-placeholder {
    color: #ccc;
  }
  .shytwo .bti .shr input.tes {
    width: 108px;
    height: 35px;
    border: none;
    margin-right: 10px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
  }
  .shytwo .bms {
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    padding-bottom: 30px;
  }

  /*about.html*/
  .aboutwo {
    width: 100%;
  }
  .aboutwo .one {
    width: 100%;
    background: url(../images/about1.jpg) no-repeat center center;
    position: relative;
    text-align: center;
    padding-bottom: 100px;
  }
  .aboutwo .one .tou {
    line-height: 30px;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
  }
  .aboutwo .one .shen {
    line-height: 28px;
    width: 100%;
    font-size: 14px;
  }
  .aboutwo .one .toue {
    line-height: 60px;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
  }
  .aboutwo .one .controls {
    display: none;
  }
  .aboutwo .one .toutu {
    width: 70%;
    margin: 20px auto 0;
  }
  .aboutwo .one .toutu img {
    width: 100%;
  }
  .aboutwo .one .dtu {
    width: 100%;
    height: 150px;
    margin-top: 0px;
    position: absolute;
    top: 100px;
  }
  .aboutwo .one .dtu canvas {
    width: 100%;
    height: 150px;
  }
  .aboutwo .two {
    width: 100%;
    position: relative;
  }
  .aboutwo .two .zuo {
    width: 43%;
    margin-left: 5.6%;
  }
  .aboutwo .two .you {
    width: 41.4%;
    margin-left: 4%;
    margin-top: -70px;
  }
  .aboutwo .two .tu {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .aboutwo .two .tu img {
    width: 100%;
    transition: all 400ms;
  }
  .aboutwo .two .tu:hover img {
    transform: scale(1.05);
  }
  .aboutwo .three {
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    color: #666;
  }
  .aboutwo .three .neiwid {
    width: 100%;
    margin: 0 auto;
  }
  .aboutwo .four {
    width: 150px;
    margin: 30px auto 40px;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 20px;
  }
  .aboutwo .four .tb {
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
  .aboutwo .four .tb i {
    font-size: 32px;
  }

  /*shipin.html*/
  .shipintwo {
    width: 100%;
  }
  .shipintwo ul {
    width: 100%;
  }
  .shipintwo ul li {
    width: 32%;
    margin-left: 2%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    height: 169px;
  }
  .shipintwo ul li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .shipintwo ul li .futu {
    width: 100%;
  }
  .shipintwo ul li .futu img {
    width: 100%;
  }
  .shipintwo ul li video {
    width: 100%;
  }
  .shipintwo ul li .fuzi {
    width: 90%;
    position: absolute;
    left: 5%;
    top: 50%;
    text-align: center;
    color: #fff;
    margin-top: -31px;
  }
  .shipintwo ul li .fuzi .tou {
    width: 100%;
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
  }
  .shipintwo ul li .fuzi .shen {
    width: 100%;
    line-height: 22px;
    font-size: 14px;
  }
  .shipintwo ul li .fuhover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.696);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    transition: all 400ms;
    cursor: pointer;
  }
  .shipintwo ul li:hover .fuhover {
    opacity: 1;
    filter: alpha(opacity = 100);
  }
  .shipintwo ul li .fuhover .bofang {
    width: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
  }
  .shipintwo ul li .fuhover .bofang img {
    width: 100%;
  }
  .shipintwo .fenye {
    width: 100%;
    line-height: 42px;
    padding: 20px 0 40px;
    text-align: center;
  }
  .shipintwo .fenye a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    transition: all 200ms;
  }
  .shipintwo .fenye .sy {
    padding: 0 6px;
  }
  .shipintwo .fenye .syy {
    padding: 0 6px;
    margin-right: 8px;
  }
  .shipintwo .fenye .xyy {
    padding: 0 6px;
    margin-left: 8px;
  }
  .shipintwo .fenye .wy {
    padding: 0 6px;
  }
  .shipintwo .fenye a:hover {
    color: #01c9fd;
  }
  .shipintwo .fenye .num {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #dddddd;
    margin: 0 5px;
  }
  .shipintwo .fenye .num.active {
    background-color: #01c9fd;
    color: #fff;
  }
  .shipintwo .fenye .num:hover {
    background-color: #01c9fd;
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .ggwid {
    width: 96%;
    margin: 0 auto;
  }
  /*index.html*/
  .ahead {
    width: 100%;
    height: 60px;
    left: 0;
    top: 0;
    z-index: 99;
  }
  .ahead .logo {
    margin-top: 17px;
  }
  .ahead .logo img {
    height: 28px;
    width: auto;
  }
  .ahead .shiyong {
    display: none;
  }
  .ahead .dianh {
    display: none;
  }
  .phone_nav {
    display: none;
  }
  .ahead .pc_nav {
    display: none;
  }
  /*导航按钮开始*/
  .phone_nav {
    width: 30px;
    float: right;
    display: block;
  }
  .phone_nav .toggle {
    position: relative;
    cursor: pointer;
    margin-top: 18px;
  }
  .change_height.header .phone_nav .toggle {
    margin-top: 15px;
  }
  .phone_nav .toggle span {
    position: relative;
    font-size: 0;
    width: 26px;
    height: 3px;
    background-color: #317DFF;
    display: inline-block;
    vertical-align: middle;
  }
  .phone_nav .toggle span:before,
  .phone_nav .toggle span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #317DFF;
    left: 0px;
  }
  .phone_nav .toggle span:before {
    top: -7px;
  }
  .phone_nav .toggle span:after {
    top: 7px;
  }
  .visible_nav .toggle span {
    background-color: transparent;
  }
  .visible_nav .toggle span:before {
    left: 5px;
    top: 0px;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
  }
  .visible_nav .toggle span:after {
    top: 0px;
    left: 5px;
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
  }
  /*导航按钮结束*/
  /*二级导航关闭按钮开始*/
  .hide-submenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    cursor: pointer;
    background-color: #313131;
  }
  .hide-submenu:before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
    padding: 4px;
    width: 6px;
    height: 6px;
    cursor: pointer;
    font-size: 0;
    border-bottom: 2px solid #ededed;
    border-right: 2px solid #ededed;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 0;
    right: -6px;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }
  .view-submenu .hide-submenu {
    background-color: #3e3e3e;
  }
  .view-submenu .hide-submenu:before {
    opacity: 1;
  }

  .hide-sanm {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    cursor: pointer;
    background-color: #313131;
  }
  .hide-sanm:before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
    padding: 4px;
    width: 6px;
    height: 6px;
    cursor: pointer;
    font-size: 0;
    border-bottom: 2px solid #ededed;
    border-right: 2px solid #ededed;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 0;
    right: -6px;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }
  .view-submenu .hide-sanm {
    background-color: #3e3e3e;
  }
  .view-submenu .hide-sanm:before {
    opacity: 1;
  }
  /*结束*/
  .menu-container {
    position: absolute;
    top: 130px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    visibility: hidden;
    z-index: 99;
  }
  .visible_nav .menu-container {
    visibility: visible;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
  }
  .view-submenu .menu-container {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .visible_nav .phone_ul {
    display: block;
  }
  .phone_ul {
    position: absolute;
    top: 80px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    right: 0px;
    background-color: #333;
    opacity: 1;
    z-index: 9;
    display: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
  }
  .phone_ul li {
    text-align: left;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0 30px;
    border-bottom: 1px solid #2c2c2c;
  }
  .phone_ul li a {
    color: #fff;
    float: left;
    display: block;
    width: 80%;
  }
  .phone_ul li span {
    display: block;
    left: 76%;
    z-index: 8;
    font-size: 14px;
    width: 32px;
    height: 41px;
    text-indent: -9999px;
    cursor: pointer;
    position: relative; /*top:50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);*/
  }
  .phone_ul li span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -3px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
  }
  .phone_ul li ul.submenu {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 10;
    left: 0%;
    display: none;
    bottom: 0px;
    background-color: #313131;
  }
  .submenu li {
    margin-left: 60px;
    font-size: 15px;
  }
  /*三级链接*/
  .phone_ul li .submenu span {
    display: block;
    left: 60%;
    z-index: 10;
    width: 32px;
    height: 41px;
    text-indent: -9999px;
    cursor: pointer;
    position: relative; /*top:50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);*/
  }
  .phone_ul li ul.sanmenu {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 20;
    left: 0%;
    display: none;
    bottom: 0px;
    background-color: #313131;
  }
  .sanmenu li {
    margin-left: 60px;
    font-size: 15px;
  }
  /*手机导航结束*/

  /*index.html*/
  .indexone {
    width: 100%;
    padding-top: 60px;
  }
  .index-demo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .index-demo .item {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .index-demo .item .datu {
    width: 100%;
    vertical-align: middle;
  }
  .index-demo .item .fuzi {
    width: 80%;
    position: absolute;
    left: 0%;
    top: 50%;
    margin-top: -60px;
    opacity: 0;
  }
  .index-demo .owl-item.active .item .fuzi {
    left: 10%;
    opacity: 1;
  }
  .index-demo .item .fuzi .one {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
  }
  .index-demo .item .fuzi .two {
    width: 100%;
    line-height: 26px;
    font-size: 16px;
    color: #01c9fd;
    margin-top: 4px;
    display: none;
  }
  .index-demo .item .fuzi .three {
    width: 100%;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    display: none;
  }
  .index-demo .item .fuzi .more {
    width: 120px;
    line-height: 29px;
    font-size: 14px;
    color: #333;
    height: 30px;
    border-radius: 15px;
    background-color: #fff;
    text-align: center;
    display: block;
    margin-top: 10px;
  }
  .index-demo .item .fuzi .more i {
    font-size: 16px;
    margin-right: 2px;
  }
  .indextwo {
    width: 100%;
  }
  .intit {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  .intit .mz {
    width: 100%;
    line-height: 34px;
    font-size: 18px;
    color: #333;
  }
  .intit .ms {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    color: #666;
  }
  .indextwo .ti {
    width: 100%;
    margin: 10px auto 0;
  }
  .indextwo .ti img {
    width: 100%;
  }
  .indextwo .teshu {
    width: 100%;
  }
  .indextwo .teshu .qies {
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .indextwo .teshu .qies li {
    display: inline-block;
    width: 20%;
    border-bottom: 2px solid transparent;
    transition: all 200ms;
    padding: 28px 0 9px 0;
    margin: 0 0px;
    box-sizing: border-box;
    float: left;
  }
  .indextwo .teshu .qies li .tu {
    width: 100%;
    transition: all 800ms;
  }
  .indextwo .teshu .qies li .tu img {
    width: 72px;
  }
  .indextwo .teshu .qies li .zi {
    line-height: 30px;
    font-size: 14px;
    color: #333;
    transition: all 200ms;
  }
  .indextwo .teshu .huans {
    width: 100%;
    background-color: #f5f5f6;
    padding: 20px 0 20px 0;
  }
  .indextwo .teshu .huan {
    width: 96%;
    margin: 0 auto;
    line-height: 24px;
  }
  .indextwo .teshu .huan li {
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0%;
  }
  .indextwo .teshu .huan li:nth-child(even) {
    margin-right: 0;
  }
  .indextwo .teshu .huan li .tou {
    font-size: 14px;
    color: #333;
    height: 24px;
    overflow: hidden;
    transition: all 200ms;
  }
  .indextwo .teshu .huan li:hover .tou {
    color: #01c9fd;
  }
  .indextwo .teshu .huan li .shen {
    font-size: 14px;
    color: #666;
    height: auto;
    overflow: hidden;
    max-height: 48px;
    margin-top: 2px;
  }
  .indexthree {
    width: 100%;
    padding: 0 0;
  }
  .indexthree .ti {
    width: 100%;
    margin: 10px auto 0;
    position: relative;
  }
  .indexthree .ti .datu {
    width: 100%;
    display: none;
  }
  .indexthree .ti .futu {
    width: 46%;
    position: absolute;
    left: 27%;
    bottom: 0;
    display: none;
  }
  .indexthree .ti .futu img {
    width: 100%;
  }
  .indexthree .ti .fuzi {
    width: 100%;
    border: 1px solid #02c5fb;
    border-radius: 0;
    position: static;
    height: 80px;
    overflow: hidden;
  }
  .indexthree .ti .fuzi1 {
    left: 16%;
    top: 8%;
  }
  .indexthree .ti .fuzi2 {
    left: -4%;
    top: 56%;
    border-top: none;
  }
  .indexthree .ti .fuzi3 {
    left: 70%;
    top: 5%;
    border-top: none;
  }
  .indexthree .ti .fuzi4 {
    left: 89%;
    top: 56%;
    border-top: none;
  }
  .indexthree .ti .fuzi .tup {
    text-align: center;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    float: left;
  }
  .indexthree .ti .fuzi img {
    width: 53px;
    margin-top: 16px;
  }
  .indexthree .ti .fuzi .img2 {
    display: none;
  }
  .indexthree .ti .fuzi:hover .img1 {
    display: none;
  }
  .indexthree .ti .fuzi:hover .img2 {
    display: inline-block;
  }
  .indexthree .ti .fuzi .wenz {
    width: 73%;
    position: static;
    left: 119%;
    top: -14px;
    float: left;
  }
  .indexthree .ti .fuzi.fuzi1 .wenz,
  .indexthree .ti .fuzi.fuzi2 .wenz {
    left: auto;
    right: 119%;
    text-align: left;
  }
  .indexthree .ti .fuzi .wenz .tou {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    height: 30px;
    overflow: hidden;
  }
  .indexthree .ti .fuzi .wenz .shen {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    height: 44px;
    overflow: hidden;
  }
  .indexthree .tier {
    width: 100%;
    text-align: center;
    padding: 10px 0 30px;
  }
  .indexthree .tier .tou {
    width: 100%;
    line-height: 26px;
    font-size: 16px;
  }
  .indexthree .tier .shen {
    width: 100%;
    line-height: 22px;
    font-size: 14px;
  }
  .indexfour {
    width: 100%;
  }
  .indexfour .ti {
    width: 100%;
    background-color: #2e3033;
    margin-top: 10px;
  }
  .hangy-demo .item .datu {
    width: 100%;
  }
  .hangy-demo .item .fuceng {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(46, 48, 51, 0.66);
    transition: all 400ms;
  }
  .hangy-demo .item .fuzi {
    width: 90%;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -52px;
    transition: all 400ms;
    text-align: center;
  }
  .hangy-demo .item:hover .fuzi {
    margin-top: -106px;
  }
  .hangy-demo .item .fuzi .tu {
    width: 50px;
    margin: 0 auto;
  }
  .hangy-demo .item .fuzi .tu img {
    width: 100%;
  }
  .hangy-demo .item .fuzi .tou {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
  }
  .hangy-demo .item .fuzi .shen {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    height: 80px;
    overflow: hidden;
    display: none;
  }
  .hangy-demo .item:hover .fuzi .shen {
    display: block;
  }
  .hangy-demo .item .fuzi .more {
    width: 160px;
    line-height: 36px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    font-size: 14px;
    color: #fff;
    background: url(../images/morebg.png) no-repeat center center;
    height: 39px;
    display: none;
    background-size: contain;
  }
  .hangy-demo .item:hover .fuzi .more {
    display: block;
  }
  .indexfive {
    width: 100%;
  }
  .indexfive .ti {
    width: 89%;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
    margin: 10px auto 0;
  }
  .indexfive .ti li {
    width: 29.33%;
    text-align: center;
    margin: 3px 2%;
  }
  .indexfive .ti li img {
    width: 100%;
  }
  .indexsix {
    width: 100%;
    padding-top: 40px;
  }
  .indexsix .qies {
    width: 100%;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #333;
    transition: all 200ms;
  }
  .indexsix .huans {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 40px;
  }
  .indexsix .huans .huan {
    width: 300px;
    margin: 0 auto;
  }
  .indexsix .huans .ms {
    width: 100%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #666;
  }
  .indexsix .huans .lunbo {
    width: 100%;
    margin-top: 10px;
  }
  .banner {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }
  .banner1 {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }
  .large_box {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .large_box ul li {
    line-height: 25px;
    font-size: 14px;
    color: #666;
    text-align: center;
    width: 100%;
  }
  .large_box1 {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .large_box1 ul li {
    line-height: 25px;
    font-size: 14px;
    color: #666;
    text-align: center;
    width: 100%;
  }
  .small_box {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .small_list {
    position: relative;
    width: 270px;
    overflow: hidden;
    margin: 0 auto 0;
    padding-top: 20px;
  }
  .small_list ul {
    width: 510px;
    margin: 0 auto;
  }
  .small_list ul li {
    position: relative;
    float: left;
    margin-right: 0px;
    width: 90px;
    cursor: pointer;
  }
  .small_list ul li .tu {
    width: 94%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    left: 3%;
  }
  .small_list ul li.on .tu {
    transform: scale(1.05);
    top: -10px;
  }
  .small_list ul li img {
    display: block;
    width: 100%;
  }
  .small_list ul li .bun_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
  }
  .small_list ul li.on .bun_bg {
    display: none;
  }
  .small_list ul li .zi {
    line-height: 22px;
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 600ms;
  }
  .small_list ul li.on .zi {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .small_list ul li .zi .mz {
    font-size: 15px;
    color: #333;
  }
  .small_box1 {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .small_list1 {
    position: relative;
    width: 270px;
    overflow: hidden;
    margin: 0 auto 0;
    padding-top: 20px;
  }
  .small_list1 ul {
    width: 510px;
    margin: 0 auto;
  }
  .small_list1 ul li {
    position: relative;
    float: left;
    margin-right: 0px;
    width: 90px;
    cursor: pointer;
  }
  .small_list1 ul li .tu {
    width: 100%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    transition: all 600ms;
  }
  .small_list1 ul li.on .tu {
    transform: scale(1.05);
    top: -10px;
  }
  .small_list1 ul li img {
    display: block;
    width: 100%;
  }
  .small_list1 ul li .bun_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
  }
  .small_list1 ul li.on .bun_bg {
    display: none;
  }
  .small_list1 ul li .zi {
    line-height: 22px;
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 600ms;
  }
  .small_list1 ul li.on .zi {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .small_list1 ul li .zi .mz {
    font-size: 15px;
    color: #333;
  }
  .btn {
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 1;
  }
  .left_btn {
    background-image: url(../images/feel3.png);
    left: -20px;
  }
  .right_btn {
    background-image: url(../images/feel4.png);
    right: -20px;
  }
  .left_btn1 {
    background-image: url(../images/feel3.png);
    left: -20px;
  }
  .right_btn1 {
    background-image: url(../images/feel4.png);
    right: -20px;
  }

  .indexseven {
    width: 100%;
    padding-bottom: 40px;
  }
  .indexseven .ti {
    width: 100%;
    margin-top: 20px;
  }
  .indexseven .ti .zuo {
    width: 100%;
  }
  .new-demo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .new-demo .item {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .new-demo .item .datu {
    width: 100%;
    vertical-align: middle;
    height: 220px;
  }
  .new-demo .item:hover .datu {
    transform: scale(1.05);
  }
  .new-demo .item .wenzi {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70px;
    overflow: hidden;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.57);
    z-index: 2;
    padding: 11px 11px 0;
    box-sizing: border-box;
  }
  .new-demo .item .wenzi .hd {
    width: 65px;
    line-height: 20px;
    border-radius: 10px;
    background-color: #01c9fd;
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
  .new-demo .item .wenzi .hang {
    width: 100%;
    line-height: 26px;
    margin: 7px 0;
    font-size: 14px;
    color: #fff;
    height: 26px;
  }
  .indexseven .ti .you {
    width: 100%;
  }
  .indexseven .ti .you li {
    width: 100%;
    margin-top: 10px;
  }
  .indexseven .ti .you li:first-child {
    margin-top: 10px;
  }
  .indexseven .ti .you li .tu {
    width: 28.5%;
    overflow: hidden;
  }
  .indexseven .ti .you li .tu img {
    width: 100%;
    transition: all 400ms;
  }
  .indexseven .ti .you li:hover .tu img {
    transform: scale(1.05);
  }
  .indexseven .ti .you li .zi {
    width: 68.6%;
  }
  .indexseven .ti .you li .zi .bs {
    width: 63px;
    line-height: 18px;
    border: 1px solid #01c9fd;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    color: #01c9fd;
    display: none;
  }
  .indexseven .ti .you li .zi .tou {
    display: block;
    width: 100%;
    line-height: 24px;
    margin-top: 0px;
    font-size: 14px;
    height: 26px;
  }
  .indexseven .ti .you li .zi .riqi {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    display: none;
  }
  .indexseven .ti .you li .zi .shen {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    height: 40px;
  }

  .mfoot {
    width: 100%;
    background-color: #262f3e;
  }
  .mfoot .shang {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #404855;
    display: none;
  }
  .mfoot .shang .one {
    margin-right: 30px;
  }
  .mfoot .shang .one .ftou {
    display: block;
    line-height: 32px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    width: 120px;
  }
  .mfoot .shang .one a:hover {
    color: #01c9fd;
  }
  .mfoot .shang .one .fshen {
    display: block;
    line-height: 26px;
    font-size: 14px;
  }
  .mfoot .shang .seven {
    width: 280px;
    margin-top: 20px;
  }
  .mfoot .shang .seven .hang {
    margin-bottom: 8px;
  }
  .mfoot .shang .seven .tb {
    width: 22px;
    height: 22px;
    border: 2px solid #94989f;
    border-radius: 50%;
    color: #94989f;
    text-align: center;
    margin-top: 5px;
    line-height: 22px;
  }
  .mfoot .shang .seven .tb i {
    font-size: 14px;
  }
  .mfoot .shang .seven .wz {
    width: 248px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
  }
  .mfoot .shang .seven .wz div {
    line-height: 24px;
    font-size: 20px;
    color: #fff;
  }
  .mfoot .shang .seven .hang3 .wz div {
    font-size: 15px;
  }
  .mfoot .shang .eight {
    width: 106px;
    margin-right: 18px;
    margin-top: 28px;
  }
  .mfoot .shang .eight .tu {
    width: 100%;
  }
  .mfoot .shang .eight .tu img {
    width: 100%;
  }
  .mfoot .shang .eight .zi {
    line-height: 36px;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
  .mfoot .xia {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    padding: 30px 0 30px;
    text-align: center;
  }
  .mfoot .xia .fr {
    width: 100%;
    float: none;
  }

  /*内页*/
  .suoyouone {
    width: 100%;
    position: relative;
    padding-top: 60px;
  }
  .suoyouone .datu {
    width: 100%;
  }
  .suoyouone .fuzi {
    width: 96%;
    position: absolute;
    left: 2%;
    margin-left: 0;
    bottom: auto;
    top: 94px;
  }
  .suoyouone .fuzi .tou {
    font-size: 16px;
    line-height: 24px;
    color: #01c9fd;
    font-weight: bold;
  }
  .suoyouone .fuzi .shen {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    height: 24px;
    overflow: hidden;
  }
  .suoyouone .zhongdao {
    width: 100%;
    position: static;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.21);
  }
  .suoyouone .zhongdao .ggwid {
    position: relative;
    z-index: 22;
  }
  .suoyouone .zhongdao li {
    width: 33.33%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
  }
  .suoyouone .zhongdao li.active {
    background-color: #01c9fd;
  }
  .suoyouone .zhongdao li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  .suoyouone .zhongdao .sekuai {
    display: none;
  }
  .erdao {
    width: 100%;
    padding: 15px 0;
    line-height: 36px;
    text-align: right;
    color: #999;
    font-size: 14px;
  }
  .erdao i {
    font-size: 16px;
    margin-right: 2px;
  }
  .erdao a {
    color: #999;
    transition: all 200ms;
  }
  .erdao .juzuo {
    width: 100%;
  }
  .erdao .juzuo li {
    text-align: center;
    border-left: 1px solid #ccc;
    padding: 0 0;
    line-height: 26px;
    margin: 5px 0;
    width: 33.33%;
    box-sizing: border-box;
  }
  .erdao .juzuo li.active a {
    color: #01c9fd;
    text-decoration: underline;
  }
  .erdao .juzuo li:hover a {
    color: #01c9fd;
    text-decoration: underline;
  }
  .erdao .juzuo li:nth-child(3n + 1) {
    border-left: none;
  }
  .shiytwo {
    width: 100%;
    padding-bottom: 30px;
  }
  .shiytwo li {
    width: 100%;
    border: 1px solid #efefef;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
  }
  .shiytwo li .tu {
    width: 40%;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 30%;
    margin-top: 0;
  }
  .shiytwo li .tu img {
    width: 100%;
    transition: all 400ms;
  }
  .shiytwo li .tu:hover img {
    transform: scale(1.05);
  }
  .shiytwo li .zi {
    width: 100%;
    margin-left: 0%;
  }
  .shiytwo li .zi .tou {
    display: block;
    line-height: 26px;
    font-size: 16px;
    color: #333;
    transition: all 200ms;
    height: 26px;
    overflow: hidden;
  }
  .shiytwo li .zi .riqi {
    line-height: 26px;
    font-size: 14px;
    color: #666;
  }
  .shiytwo li .zi .shen {
    line-height: 22px;
    font-size: 14px;
    color: #666;
    height: 44px;
  }
  .shiytwo li .zi .za {
    line-height: 28px;
    font-size: 14px;
    margin-top: 10px;
  }
  .shiytwo li .zi .za i {
    margin-right: 3px;
    font-size: 18px;
  }
  .shiytwo li .zi .za span {
    margin-right: 30px;
  }

  /*faq.html*/
  .faqtwo {
    width: 100%;
    padding-bottom: 30px;
  }
  .faqtwo li {
    width: 100%;
    border: 1px solid #efefef;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
  }
  .faqtwo li .one {
    width: 100%;
  }
  .faqtwo li .one .tu {
    width: 2.7%;
  }
  .faqtwo li .one .tu img {
    width: 100%;
  }
  .faqtwo li .one .zi {
    width: 76%;
    margin-left: 2%;
    line-height: 26px;
    padding: 7px 20px 7px 10px;
    border-radius: 20px;
    background-color: #e9eaeb;
    position: relative;
    font-size: 16px;
    color: #333;
    min-width: 200px;
  }
  .faqtwo li .one .zi .jiao {
    width: 7px;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -6px;
    line-height: 0;
  }
  .faqtwo li .one .zi .jiao img {
    width: 100%;
    line-height: 0;
  }
  .faqtwo li .two {
    width: 100%;
    margin-top: 14px;
  }
  .faqtwo li .two .tu {
    width: 2.7%;
  }
  .faqtwo li .two .tu img {
    width: 100%;
  }
  .faqtwo li .two .zi {
    width: 86%;
    margin-left: 2%;
    line-height: 24px;
    font-size: 14px;
    color: #666;
  }

  /*lianxi.html*/
  .lianxtwo {
    width: 100%;
    background: url(../images/lxbg.jpg) no-repeat top center;
  }
  .lianxtwo .lxti {
    padding: 30px 0;
  }
  .lianxtwo .zuo {
    width: 90%;
    margin-left: 5%;
    position: relative;
  }
  .lianxtwo .zuo .datu {
    width: 100%;
  }
  .lianxtwo .zuo .kuai {
    width: 8px;
    height: 8px;
    position: absolute;
    margin-left: -4px;
    margin-top: -4px;
    background-color: #fa6d1b;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
  }
  .lianxtwo .zuo .kuai .mz {
    width: 40px;
    line-height: 20px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    z-index: 3;
  }
  .lianxtwo .zuo .kuai .futu {
    width: 270px;
    position: absolute;
    left: 50%;
    margin-left: -130px;
    bottom: 11px;
    z-index: 3;
    display: none;
  }
  .lianxtwo .zuo .kuai .futu img {
    width: 100%;
    vertical-align: top;
  }
  .lianxtwo .zuo .kuai .zho {
    width: 100%;
    height: 100%;
    background-color: #61a7e0;
    z-index: 2;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .lianxtwo .zuo .kuai .ceng {
    width: 100%;
    height: 100%;
    background-color: #61a7e0;
    /*border: 1px solid #e6343c;*/
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: 1;
  }
  .lianxtwo .zuo .kuaibj {
    left: 74.9%;
    top: 39%;
  }
  .lianxtwo .zuo .kuaibj .zho {
    background-color: #f68c20;
  }
  .lianxtwo .zuo .kuaibj .ceng {
    background-color: #f68c20;
  }
  .lianxtwo .zuo .kuainx {
    left: 56.4%;
    top: 48.9%;
  }
  .lianxtwo .zuo .kuaixa {
    left: 62.9%;
    top: 55.4%;
  }
  .lianxtwo .zuo .kuaixa .zho {
    background-color: #01c9fd;
  }
  .lianxtwo .zuo .kuaixa .ceng {
    background-color: #01c9fd;
  }
  .lianxtwo .zuo .kuaihn {
    left: 69.7%;
    top: 57.7%;
  }
  .lianxtwo .zuo .kuaish {
    left: 86.9%;
    top: 61.4%;
  }
  .lianxtwo .zuo .kuaihz {
    left: 84.4%;
    top: 68.4%;
  }
  .lianxtwo .zuo .kuaihz .zho {
    background-color: #6179e0;
  }
  .lianxtwo .zuo .kuaihz .ceng {
    background-color: #6179e0;
  }
  .lianxtwo .zuo .kuaisz {
    left: 72.2%;
    top: 83.4%;
  }
  .lianxtwo .you {
    width: 100%;
    margin-right: 0%;
    margin-top: 10px;
  }
  .lianxtwo .you li {
    width: 100%;
    padding: 16px 5.7%;
    box-sizing: border-box;
  }
  .lianxtwo .you li .tu {
    width: 11.9%;
  }
  .lianxtwo .you li .tu i {
    font-size: 28px;
    color: #ff6666;
  }
  .lianxtwo .you li.xa .tu i {
    color: #01c9fd;
  }
  .lianxtwo .you li.bj .tu i {
    color: #f68c20;
  }
  .lianxtwo .you li.hz .tu i {
    color: #6179e0;
  }
  .lianxtwo .you li .zi {
    width: 88%;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    margin-top: 2px;
  }

  /*news.html*/
  .newstwo {
    width: 100%;
  }
  .newstwo .onebu {
    padding-bottom: 10px;
    border-bottom: none;
  }
  .newstwo .onebu li {
    width: 100%;
    margin-left: 0%;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .newstwo .onebu li:first-child {
    margin-left: 0;
  }
  .newstwo .onebu li .tu {
    width: 100%;
    overflow: hidden;
  }
  .newstwo .onebu li .tu img {
    width: 100%;
    height: 250px;
  }
  .newstwo .onebu li .tou {
    display: block;
    width: 100%;
    line-height: 24px;
    margin-top: 17px;
    font-size: 16px;
    color: #333;
    height: 48px;
    overflow: hidden;
    transition: all 200ms;
  }
  .newstwo .onebu li .riqi {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #666;
  }
  .newstwo .onebu li .shen {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    height: 60px;
    overflow: hidden;
  }
  .newstwo .onebu li .more {
    display: block;
    width: 110px;
    line-height: 32px;
    font-size: 14px;
    margin-top: 7px;
    color: #666;
    transition: all 200ms;
  }
  .newstwo .onebu li:hover .more {
    color: #01c9fd;
  }
  .newstwo .onebu li .more span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #cbcbcb;
    color: #fff;
    transition: all 200ms;
    margin-left: 16px;
  }
  .newstwo .onebu li:hover .more span {
    background-color: #01c9fd;
  }
  .newstwo .onebu li .more span i {
    font-size: 12px;
  }
  .newstwo .twobu {
    width: 100%;
  }
  .newstwo .twobu li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .newstwo .twobu li .tu {
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
  }
  .newstwo .twobu li .tu img {
    width: 100%;
    height: 220px;
  }
  .newstwo .twobu li .zi {
    width: 100%;
    margin-left: 0%;
  }
  .newstwo .twobu li .zi .tou {
    display: block;
    width: 100%;
    line-height: 24px;
    margin-top: 7px;
    font-size: 16px;
    color: #333;
    height: 24px;
    overflow: hidden;
    transition: all 200ms;
  }
  .newstwo .twobu li:hover .zi .tou {
    color: #01c9fd;
  }
  .newstwo .twobu li .zi .riqi {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #666;
  }
  .newstwo .twobu li .zi .shen {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    height: 40px;
    overflow: hidden;
  }
  .newstwo .twobu li .zi .more {
    display: block;
    width: 110px;
    line-height: 32px;
    font-size: 14px;
    margin-top: 0px;
    color: #666;
    transition: all 200ms;
  }
  .newstwo .twobu li:hover .zi .more {
    color: #01c9fd;
  }
  .newstwo .twobu li .zi .more span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #cbcbcb;
    color: #fff;
    transition: all 200ms;
    margin-left: 16px;
  }
  .newstwo .twobu li:hover .zi .more span {
    background-color: #01c9fd;
  }
  .newstwo .twobu li .zi .more span i {
    font-size: 12px;
  }
  .newstwo .fenye {
    width: 100%;
    line-height: 32px;
    padding: 30px 0;
    text-align: center;
  }
  .newstwo .fenye a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    transition: all 200ms;
  }
  .newstwo .fenye .sy {
    padding: 0 6px;
  }
  .newstwo .fenye .syy {
    padding: 0 6px;
    margin-right: 8px;
  }
  .newstwo .fenye .xyy {
    padding: 0 6px;
    margin-left: 8px;
  }
  .newstwo .fenye .wy {
    padding: 0 6px;
  }
  .newstwo .fenye a:hover {
    color: #01c9fd;
  }
  .newstwo .fenye .num {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #dddddd;
    margin: 0 5px;
    display: none;
  }
  .newstwo .fenye .num.active {
    background-color: #01c9fd;
    color: #fff;
    display: inline-block;
  }
  .newstwo .fenye .num:hover {
    background-color: #01c9fd;
    color: #fff;
  }

  /*yingy.html*/
  .yingytwo {
    width: 100%;
  }
  .yingytwo .onebu {
    border-bottom: none;
  }
  .yingytwo .onebu li {
    width: 100%;
    margin-left: 0%;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .yingytwo .onebu li .tu {
    width: 100%;
    overflow: hidden;
  }
  .yingytwo .onebu li .tu img {
    width: 100%;
    height: 250px;
  }
  .yingytwo .onebu li .tou {
    display: block;
    width: 100%;
    line-height: 24px;
    margin-top: 17px;
    font-size: 16px;
    color: #333;
    height: 48px;
    overflow: hidden;
    transition: all 200ms;
  }
  .yingytwo .onebu li .riqi {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #666;
  }
  .yingytwo .onebu li .shen {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    height: 60px;
    overflow: hidden;
  }
  .yingytwo .onebu li .more {
    display: block;
    width: 110px;
    line-height: 32px;
    font-size: 14px;
    margin-top: 7px;
    color: #666;
    transition: all 200ms;
  }
  .yingytwo .onebu li:hover .more {
    color: #01c9fd;
  }
  .yingytwo .onebu li .more span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #cbcbcb;
    color: #fff;
    transition: all 200ms;
    margin-left: 16px;
  }
  .yingytwo .onebu li:hover .more span {
    background-color: #01c9fd;
  }
  .yingytwo .onebu li .more span i {
    font-size: 12px;
  }
  .fenye {
    width: 100%;
    line-height: 32px;
    padding: 30px 0;
    text-align: center;
  }
  .fenye a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    transition: all 200ms;
  }
  .fenye .sy {
    padding: 0 6px;
  }
  .fenye .syy {
    padding: 0 6px;
    margin-right: 8px;
  }
  .fenye .xyy {
    padding: 0 6px;
    margin-left: 8px;
  }
  .fenye .wy {
    padding: 0 6px;
  }
  .fenye a:hover {
    color: #01c9fd;
  }
  .fenye .num {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #dddddd;
    margin: 0 5px;
    display: none;
  }
  .fenye .num.active {
    background-color: #01c9fd;
    color: #fff;
    display: inline-block;
  }
  .fenye .num:hover {
    background-color: #01c9fd;
    color: #fff;
  }

  /*zcbangz.html*/
  .bangztwo {
    width: 100%;
  }
  .bangztwo li {
    width: 100%;
    margin-left: 0%;
    margin-top: 10px;
  }
  .bangztwo li:first-child {
    margin-left: 0;
    margin-top: 0px;
  }
  .bangztwo li .biaot {
    width: 100%;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
  }
  .bangztwo li .ms {
    width: 100%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
  }
  .bangztwo li .one {
    width: 100%;
    margin-top: 20px;
  }
  .bangztwo li .one .onex {
    width: 49%;
    margin-left: 1%;
    text-align: center;
    padding: 4px 0 20px;
    background-color: #d9f8ff;
    position: relative;
    overflow: hidden;
    color: #38a6bd;
    transition: all 200ms;
  }
  .bangztwo li.you .one .onex {
    background-color: #e6f7f5;
  }
  .bangztwo li .one .onex:first-child {
    margin-left: 0;
  }
  .bangztwo li .one .onex .tu {
    width: 100%;
    padding: 12px 0;
    position: relative;
    z-index: 2;
  }
  .bangztwo li .one .onex .tu img {
    width: 68px;
  }
  .bangztwo li .one .onex .tu img.img1 {
    display: none;
  }
  .bangztwo li .one .onex:hover .tu img.img1 {
    display: inline-block;
  }
  .bangztwo li .one .onex:hover .tu img.img2 {
    display: none;
  }
  .bangztwo li .one .onex .tou {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-weight: bold;
    position: relative;
    z-index: 2;
  }
  .bangztwo li .one .onex .shen {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .bangztwo li .one .onex .fuceng {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #03d2ff;
    z-index: 1;
    transition: all 200ms;
  }
  .bangztwo li.you .one .onex .fuceng {
    background-color: #58cbba;
  }
  .bangztwo li .one .onex:hover .fuceng {
    top: 0;
  }
  .bangztwo li .two {
    width: 100%;
    margin-top: 10px;
    padding: 24px 22%;
    box-sizing: border-box;
    background-color: #d9f8ff;
    position: relative;
    color: #38a6bd;
    transition: all 200ms;
    overflow: hidden;
  }
  .bangztwo li.you .two {
    background-color: #e6f7f5;
  }
  .bangztwo li .two:hover {
    color: #fff;
  }
  .bangztwo li .two .tu {
    width: 24.8%;
    margin-right: 4.2%;
    position: relative;
    z-index: 2;
  }
  .bangztwo li .two .tu img {
    width: 100%;
  }
  .bangztwo li .two .tu img.img1 {
    display: none;
  }
  .bangztwo li .two:hover .tu img.img1 {
    display: inline-block;
  }
  .bangztwo li .two:hover .tu img.img2 {
    display: none;
  }
  .bangztwo li .two .zi {
    width: 71%;
    position: relative;
    z-index: 2;
  }
  .bangztwo li .two .zi .tou {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-weight: bold;
    margin-top: 4px;
  }
  .bangztwo li .two .zi .shen {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
  }
  .bangztwo li .two .fuceng {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #03d2ff;
    z-index: 1;
    transition: all 200ms;
  }
  .bangztwo li.you .two .fuceng {
    background-color: #58cbba;
  }
  .bangztwo li .two:hover .fuceng {
    top: 0;
  }
  .bangzthree {
    width: 100%;
    padding-top: 30px;
  }
  .bangzthree .tit {
    width: 100%;
  }
  .bangzthree .tit .tou {
    width: 100%;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    color: #333;
  }
  .bangzthree .tit .ms {
    width: 100%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #666;
  }
  .bangzthree .ti {
    width: 100%;
    margin-top: 20px;
    background-color: #e0e2e4;
  }
  .bangzthree .ti .ggwid {
    position: relative;
  }
  .bangzthree .ti .datu {
    width: 100%;
  }
  .bangzthree .ti .fuceng {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.47);
    z-index: 2;
  }
  .bangzthree .ti .fuceng .tub {
    width: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
  }
  .bangzthree .ti .fuceng .tub img {
    width: 100%;
  }
  .bangzfour {
    width: 100%;
    padding: 30px 0;
  }
  .bangzfour .tit {
    width: 100%;
    line-height: 36px;
    font-size: 18px;
    color: #333;
  }
  .bangzfour .banben {
    width: 100%;
    border-right: none;
    min-height: auto;
  }
  .bangzfour .banben .ti {
    margin-top: 0px;
    width: 100%;
  }
  .bangzfour .banben .ti li {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    height: 30px;
  }
  .bangzfour .banben .ti li .wenz {
    width: 64.4%;
    margin-right: 2%;
  }
  .bangzfour .banben .ti li .wenz i {
    font-size: 16px;
    margin-right: 4px;
    position: relative;
    top: 0px;
  }
  .bangzfour .banben .ti li .riqi {
    width: 30.4%;
    text-align: right;
  }
  .bangzfour .yjfk {
    width: 100%;
    margin-top: 20px;
  }
  .bangzfour .yjfk .ti {
    width: 100%;
  }
  .bangzfour .yjfk .ti li {
    width: 100%;
    margin-top: 8px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
  }
  .bangzfour .yjfk .ti li .mz {
    width: 52px;
    min-height: 1px;
  }
  .bangzfour .yjfk .ti li .shr {
    width: 250px;
    height: 30px;
    border: 1px solid #e7e7e7;
    color: #666;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .bangzfour .yjfk .ti li textarea {
    width: 250px;
    height: 90px;
    line-height: 24px;
    font-family: "microsoft yahei";
    color: #666;
    border: 1px solid #e7e7e7;
    resize: none;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
  }
  .bangzfour .yjfk .ti li .tij {
    width: 146px;
    height: 34px;
    background-color: #03d2ff;
    color: #fff;
    font-size: 14px;
    transition: all 200ms;
    margin-top: 10px;
    cursor: pointer;
  }
  .bangzfour .yjfk .ti li .tij:hover {
    background-color: #19afd6;
  }

  /*zixun.html*/
  .zxtwo {
    width: 100%;
  }
  .zxtwo li {
    width: 100%;
    margin-left: 0%;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
  }
  .zxtwo li:first-child {
    margin-left: 0;
    margin-top: 0px;
  }
  .zxtwo li .datu {
    width: 100%;
  }
  .zxtwo li .fuceng {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .zxtwo li .fuzi {
    width: 94%;
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -17px;
    color: #fff;
    text-align: center;
  }
  .zxtwo li:hover .fuzi {
    margin-top: -57px;
  }
  .zxtwo li .fuzi .tou {
    font-size: 16px;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
  }
  .zxtwo li .fuzi .shen {
    font-size: 14px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
  }
  .zxthree {
    width: 100%;
  }
  .zxthree .ti {
    width: 100%;
    margin: 0 auto;
  }
  .zxthree .ti li {
    width: 100%;
    background-color: #e8e8e8;
    margin-top: 20px;
  }
  .zxthree .ti li .zi {
    width: 90%;
    padding: 10px 5%;
  }
  .zxthree .ti li .zi .tou {
    line-height: 24px;
    font-size: 16px;
  }
  .zxthree .ti li .zi .shen {
    line-height: 22px;
    font-size: 14px;
    height: 44px;
    overflow: hidden;
  }
  .zxthree .ti li .zi .more {
    display: block;
    width: 128px;
    line-height: 28px;
    border: 1px solid #04c9fd;
    border-radius: 15px;
    text-align: center;
    margin-top: 8px;
    color: #04c9fd;
    position: relative;
    overflow: hidden;
    transition: all 200ms;
    z-index: 1;
    font-size: 14px;
  }
  .zxthree .ti li:hover .zi .more {
    color: #fff;
  }
  .zxthree .ti li .zi .more .ceng {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    background-color: #04c9fd;
    transition: all 400ms;
    z-index: -1;
  }
  .zxthree .ti li:hover .zi .more .ceng {
    right: 0;
  }
  .zxthree .ti li .tu {
    width: 100%;
    position: relative;
  }
  .zxthree .ti li.one .tu {
    padding-left: 0%;
    border-left: none;
  }
  .zxthree .ti li.one .dian {
    width: 16px;
    height: 16px;
    position: absolute;
    left: -8px;
    border-radius: 50%;
    background-color: #fff;
    display: none;
  }
  .zxthree .ti li.two .tu {
    padding-right: 0%;
    border-right: none;
  }
  .zxthree .ti li.two .dian {
    width: 16px;
    height: 16px;
    position: absolute;
    right: -8px;
    border-radius: 50%;
    background-color: #fff;
    display: none;
  }
  .zxthree .ti li .dianyi {
    top: -8px;
  }
  .zxthree .ti li .dianer {
    bottom: -8px;
  }
  .zxthree .ti li .tu img {
    width: 100%;
  }
  .zxfour {
    width: 100%;
  }
  .zxfour .ti {
    width: 100%;
    padding-bottom: 30px;
  }
  .swiper-container {
    width: 300px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 220px;
  }
  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 270px;
  }
  .swiper-slide .tu {
    width: 100%;
  }
  .swiper-slide img {
    width: 100%;
  }
  .swiper-slide .zi {
    width: 100%;
    margin-top: 10px;
    display: none;
    text-align: center;
  }
  .swiper-slide.swiper-slide-active .zi {
    display: block;
  }
  .swiper-slide .zi .tou {
    line-height: 24px;
    font-size: 16px;
    color: #333;
  }
  .swiper-slide .zi .shen {
    line-height: 22px;
    font-size: 14px;
    color: #333;
  }
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 18px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
  }

  /*licheng.html*/
  .lictwo {
    width: 100%;
    background: url(../images/lictwobg.png) no-repeat bottom center;
    background-color: #fdfdfe;
    overflow: hidden;
  }
  .lictwo .intit {
    padding-top: 0;
    width: 100%;
    margin: 0 auto;
  }
  .lictwo .ggwid {
    width: 96%;
  }
  .lictwo .ti {
    display: none;
  }
  .lictwo .tier {
    display: block;
    width: 100%;
    padding: 0 0 40px;
  }
  .lictwo .tisan {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 30px;
  }
  .lcts-demo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .lcts-demo .item {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .lcts-demo .item .datu {
    width: 100%;
    vertical-align: middle;
    height: 122px;
  }
  .lictwo .tier .tiertit {
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-top: 8px;
  }
  .lictwo .tier .tierti {
    line-height: 24px;
    font-size: 14px;
    color: #666;
  }
  .lictwo .tier .tierti .ttou {
    color: #333;
    font-weight: bold;
  }
  .lictwo .tier .tierti .ttime {
    color: #333;
    font-weight: bold;
  }
  .lictwo .tier .tierti .ttime img {
    width: 35px;
    height: 35px;
    vertical-align: middle;
  }
  .licthree {
    width: 100%;
    padding-bottom: 30px;
  }
  .licthree .intit {
    width: 100%;
    margin: 0 auto;
  }
  .licthree .ti {
    width: 100%;
  }
  .licthree .ti .one {
    width: 100%;
    margin: 0 auto;
  }
  .licthree .ti .one .zi {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .licthree .ti .one img {
    width: 100%;
  }
  .licthree .ti .two {
    width: 100%;
    margin: 20px auto;
  }
  .brand-list {
    width: 100%;
    margin: 10px auto 0 auto;
    position: relative;
  }
  .brand-list .itemtp {
    position: absolute;
    width: 44%;
    padding: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ccc;
    margin-left: 17px;
  }
  .brand-list .itemtp img {
    width: 100%;
  }
  .licthree .ti .three {
    width: 100%;
    margin: 20px auto;
  }
  .licthree .ti .three ul {
    width: 100%;
  }
  .licthree .ti .three li {
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ccc;
  }
  .licthree .ti .three img {
    width: 100%;
  }
  .licthree .ti .three .zban {
    width: 100%;
  }
  .licthree .ti .three .dban {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .licthree .ti .three .sban {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .licthree .ti .four {
    width: 100%;
    margin: 20px auto;
  }
  .licthree .ti .four ul {
    width: 100%;
  }
  .licthree .ti .four li {
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ccc;
    width: 30.53%;
    margin: 0 1.4% 6px;
  }
  .licthree .ti .four img {
    width: 100%;
  }

  /*cpai.html*/
  .cpaitwo {
    width: 100%;
  }
  .cpaitwo .intit {
    padding-top: 0;
  }
  .cpaitwo .intit br {
    display: none;
  }
  .cpaitwo .ti {
    width: 100%;
    margin: 8px auto 0;
  }
  .cpaitwo .ti img {
    width: 100%;
  }
  .cpaithree {
    width: 100%;
    margin-top: 30px;
  }
  .cpaithree li {
    width: 100%;
    padding: 30px 0;
  }
  .cpaithree li:nth-child(odd) {
    background-color: #f4f4f5;
  }
  .cpaithree li .tu {
    width: 100%;
  }
  .cpaithree li .tu img {
    width: 100%;
  }
  .cpaithree li .zi {
    width: 100%;
  }
  .cpaithree li .zi .tou {
    width: 100%;
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    padding: 0px 0;
  }
  .cpaithree li .zi .shen {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    color: #666;
  }
  .cpaithree li .zi .shen br {
    display: none;
  }
  .cpaifour {
    width: 100%;
    padding-bottom: 20px;
  }
  .cpaifour .intit {
    padding-top: 0;
  }
  .cpaifour .intit br {
    display: none;
  }
  .cpaifour .ti {
    width: 100%;
    position: relative;
    margin: 20px auto 0;
    overflow: hidden;
  }
  .cpaifour .ti .datu {
    width: 100%;
    position: relative;
    z-index: 8;
    display: none;
  }
  .cpaifour .ti .kuai {
    width: 100%;
    padding: 18px 30px;
    box-sizing: border-box;
    background-color: #efeff1;
    position: static;
    z-index: 6;
    margin: 0 0 10px;
    float: none;
  }
  .cpaifour .ti .kuai1 {
    right: 109%;
    top: -35px;
  }
  .cpaifour .ti .kuai2 {
    right: 109%;
    top: 123px;
  }
  .cpaifour .ti .kuai3 {
    right: 109%;
    top: 281px;
  }
  .cpaifour .ti .kuai4 {
    left: 109%;
    top: -35px;
  }
  .cpaifour .ti .kuai5 {
    left: 109%;
    top: 123px;
  }
  .cpaifour .ti .kuai6 {
    left: 109%;
    top: 290px;
  }
  .cpaifour .ti .kuai .tou {
    line-height: 26px;
    font-size: 14px;
    color: #333;
    width: 100%;
    height: 26px;
    overflow: hidden;
  }
  .cpaifour .ti .kuai .shen {
    line-height: 24px;
    font-size: 14px;
    color: #666;
    width: 100%;
    height: 72px;
    overflow: hidden;
  }
  .cpaifour .ti .kuai .jiao {
    position: absolute;
    display: none;
  }
  .cpaifour .ti .kuai .jiao img {
    width: 100%;
  }
  .cpaifour .ti .kuai1 .jiao {
    width: 152px;
    left: 94%;
    top: 48%;
  }
  .cpaifour .ti .kuai2 .jiao {
    width: 152px;
    left: 94%;
    top: 48%;
  }
  .cpaifour .ti .kuai3 .jiao {
    width: 178px;
    left: 94%;
    top: 20%;
  }
  .cpaifour .ti .kuai4 .jiao {
    width: 152px;
    right: 94%;
    top: 48%;
  }
  .cpaifour .ti .kuai5 .jiao {
    width: 152px;
    right: 94%;
    top: 48%;
  }
  .cpaifour .ti .kuai6 .jiao {
    width: 178px;
    right: 94%;
    top: 20%;
  }
  .cpaifive {
    width: 100%;
    padding-bottom: 30px;
  }
  .cpaifive .intit {
    padding-top: 0px;
  }
  .cpaifive .ti {
    width: 100%;
    margin-top: 10px;
  }
  .cpaifive .ti li {
    width: 100%;
    margin: 0 0 20px;
  }
  .cpaifive .ti li .tu {
    width: 100%;
    overflow: hidden;
  }
  .cpaifive .ti li .tu img {
    width: 100%;
    transition: all 400ms;
  }
  .cpaifive .ti li:hover .tu img {
    transform: scale(1.05);
  }
  .cpaifive .ti li .tou {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    margin: 7px 0 5px;
    text-align: center;
  }
  .cpaifive .ti li .shen {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    margin: 0;
  }
  .cpaifive .ti li .shen br {
    display: none;
  }

  /*cpbi.html*/
  .cpbitwo {
    width: 100%;
  }
  .cpbitwo .intit {
    padding-top: 0;
  }
  .cpbitwo .intit br {
    display: none;
  }
  .cpbitwo .ti {
    width: 100%;
    margin: 8px auto 0;
  }
  .cpbitwo .ti img {
    width: 100%;
  }
  .cpbithree {
    width: 100%;
    margin-top: 30px;
  }
  .cpbithree li {
    width: 100%;
    padding: 30px 0;
  }
  .cpbithree li:nth-child(odd) {
    background-color: #f4f4f5;
  }
  .cpbithree li .tu {
    width: 100%;
  }
  .cpbithree li .tu img {
    width: 100%;
  }
  .cpbithree li .zi {
    width: 100%;
  }
  .cpbithree li .zi .tou {
    width: 100%;
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    padding: 0 0 0 4px;
    border-left: 2px solid #01c9fd;
  }
  .cpbithree li .zi .shen {
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    margin-top: 4px;
  }
  .cpbifour {
    width: 100%;
    overflow: hidden;
  }
  .cpbifour .intit {
    /*padding-top: 0;*/
  }
  .cpbifour .ti {
    width: 100%;
    position: relative;
    margin: 20px auto 0;
    overflow: hidden;
  }
  .cpbifour .ti .datu {
    width: 100%;
    position: relative;
    z-index: 8;
    display: none;
  }
  .cpbifour .ti .kuai {
    width: 100%;
    padding: 15px 15px;
    box-sizing: border-box;
    background-color: #efeff1;
    position: static;
    z-index: 6;
    transition: all 200ms;
    margin: 0 0 10px;
    float: none;
  }
  .cpbifour .ti .kuai .tou {
    line-height: 24px;
    font-size: 14px;
    color: #333;
    width: 100%;
    height: 28px;
    overflow: hidden;
    transition: all 200ms;
  }
  .cpbifour .ti .kuai .shen {
    line-height: 24px;
    font-size: 14px;
    color: #666;
    width: 100%;
    transition: all 200ms;
  }
  .cpbifour .ti .kuai .jiao {
    display: none;
  }
  .cpbifive {
    width: 100%;
    padding-bottom: 40px;
  }
  .cpbifive .qiehs {
    width: 100%;
    border: 1px solid #01c9fd;
    border-radius: 2px;
    margin: 14px auto;
    position: relative;
  }
  .cpbifive .qiehs li {
    width: 33.33%;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #666;
    transition: all 200ms;
    position: relative;
    z-index: 2;
  }
  .cpbifive .qiehs .fuceng {
    width: 33.33%;
    height: 34px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #01c9fd;
    transition: all 400ms;
    z-index: 1;
  }
  .cpbifive .kuais {
    width: 82.8%;
    margin: 0 auto;
  }
  .cpbifive .kuais .kuai {
    width: 100%;
    text-align: center;
  }
  .cpbifive .kuais .kuai .ms {
    line-height: 24px;
    font-size: 14px;
    color: #666;
    width: 100%;
    margin-right: 0%;
    margin-top: 0px;
  }
  .cpbifive .kuais .kuai .ms br {
    display: none;
  }
  .cpbifive .kuais .kuai .tu {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    max-height: 116px;
  }
  .cpbifive .kuais .kuai .tu img {
    width: 100%;
  }

  /*cpdm.html*/
  .cpdmfour {
    width: 100%;
    padding-bottom: 0px;
    overflow: hidden;
  }
  .cpdmfour .intit br {
    display: none;
  }
  .cpdmfour .ti {
    width: 100%;
    position: relative;
    margin: 10px auto 0;
  }
  .cpdmfour .ti .datu {
    width: 100%;
    position: relative;
    z-index: 8;
    display: none;
  }
  .cpdmfour .ti .kuai {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-color: #efeff1;
    position: static;
    z-index: 6;
    transition: all 400ms;
    margin: 0 0 10px;
    float: left;
  }
  .cpdmfour .ti .kuai .tou {
    line-height: 28px;
    font-size: 16px;
    color: #333;
    width: 100%;
    height: 28px;
    overflow: hidden;
  }
  .cpdmfour .ti .kuai .shen {
    line-height: 24px;
    font-size: 13px;
    color: #666;
    width: 100%;
    min-height: 72px;
  }
  .cpdmfour .ti .kuai .jiao {
    display: none;
  }
  .cpdmfive {
    width: 100%;
    padding-bottom: 30px;
  }
  .cpdmfive .qiehs {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #01c9fd;
    margin: 10px auto 0;
    position: relative;
  }
  .cpdmfive .qiehs li {
    width: 50%;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #666;
    transition: all 200ms;
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  .cpdmfive .qiehs .fuceng {
    width: 50%;
    height: 34px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #01c9fd;
    transition: all 400ms;
    z-index: 1;
  }
  .cpdmfive .kuais {
    width: 100%;
  }
  .cpdmfive .kuais .kuai {
    width: 100%;
  }
  .cpdmfive .kuais .kuai .one {
    width: 100%;
    margin: 20px auto;
  }
  .cpdmfive .kuais .kuai .one .tu {
    width: 100%;
  }
  .cpdmfive .kuais .kuai:last-child .one .tu {
    margin-top: 0px;
  }
  .cpdmfive .kuais .kuai .one .tu img {
    width: 100%;
  }
  .cpdmfive .kuais .kuai .one .zi {
    width: 100%;
  }
  .cpdmfive .kuais .kuai .one .zims {
    width: 100%;
    line-height: 22px;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .cpdmfive .kuais .kuai .one .hang {
    width: 100%;
    line-height: 22px;
    font-size: 14px;
    color: #333;
  }
  .cpdmfive .kuais .kuai .one .hang img {
    width: 11px;
    vertical-align: middle;
    position: relative;
    top: 1px;
    margin-right: 8px;
  }
  .cpdmfive .kuais .kuai .two {
    width: 100%;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    margin: 10px auto;
  }
  .cpdmfive .kuais .kuai .three {
    width: 100%;
    margin: 0 auto;
  }
  .cpdmfive .kuais .kuai .three img {
    width: 100%;
  }

  /*第一次新增*/
  /*hezuo.html*/
  .heztwo {
    width: 100%;
  }
  .heztwo .intit {
    padding-top: 0;
  }
  .heztwo .intit br {
    display: none;
  }
  .hezthree {
    width: 100%;
    background-color: #f4f4f5;
    /*margin-top: 30px;*/
  }
  .hezthree .intit {
    padding-top: 0;
  }
  .hezthree .ti {
    width: 100%;
    padding: 10px 0 30px;
    margin: 0 auto;
  }
  .hezthree .ti li {
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
  }
  .hezthree .ti li .tu {
    width: 100%;
    overflow: hidden;
  }
  .hezthree .ti li .tu img {
    width: 100%;
    transition: all 400ms;
  }
  .hezthree .ti li:hover .tu img {
    transform: scale(1.05);
  }
  .hezthree .ti li .tou {
    width: 100%;
    line-height: 26px;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
  }
  .hezthree .ti li .shen {
    width: 100%;
    line-height: 19px;
    font-size: 14px;
    color: #666;
  }
  .hezthree .ti li .shen br {
    display: none;
  }
  .hezfour {
    width: 100%;
  }
  .hezfour .intit br {
    display: none;
  }
  .hezfour .ti {
    width: 100%;
    margin-top: 20px;
  }
  .hezfour .ti li {
    width: 50%;
    text-align: center;
    z-index: 1;
    transition: all 200ms;
    height: 357px;
    padding-top: 0px;
    box-sizing: border-box;
  }
  .hezfour .ti li.active {
    padding-top: 0;
  }
  .hezfour .ti li .kuang {
    width: 100%;
    box-shadow: 0 0 20px #ececec;
    overflow: hidden;
  }
  .hezfour .ti li .shang {
    width: 100%;
    background-color: #394860;
    color: #fff;
    padding: 12px 0;
    transition: all 200ms;
  }
  .hezfour .ti li .shang .tu {
    width: 100%;
  }
  .hezfour .ti li .shang .tu img {
    width: 60px;
  }
  .hezfour .ti li .shang .zi {
    width: 100%;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
  }
  .hezfour .ti li .xia {
    width: 100%;
    transition: all 200ms;
    padding-top: 0;
  }
  .hezfour .ti li.active .xia {
    padding-top: 0px;
  }
  .hezfour .ti li .xia .ms {
    width: 87.6%;
    margin: 14px auto 14px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    height: 144px;
  }
  .hezfour .ti li .xia .ms br {
    display: none;
  }
  .hezfour .ti li .xia .join {
    width: 130px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #3cd4ff;
    border-radius: 15px;
    text-align: center;
    color: #666;
    font-size: 14px;
    margin: 0 auto 40px;
    transition: all 200ms;
    display: block;
  }
  .hezfive {
    width: 100%;
    background-color: #f4f4f5;
  }
  .hezfive .ti {
    padding: 10px 0 30px;
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 2;
    overflow: hidden;
  }
  .hezfive .ti .dongw {
    width: 0;
    overflow: hidden;
    display: none;
  }
  .hezfive .ti .bgtu {
    width: 100%;
  }
  .hezfive .ti .bgtu img {
    width: 100%;
  }
  .hezfive .ti .quan {
    width: 33.33%;
    position: static;
    margin-left: 0;
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 1600ms;
    float: left;
  }
  .hezfive .ti.chux .quan {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .hezfive .ti .quan .tu {
    width: 100%;
    transition: all 600ms;
    max-width: 80px;
    margin: 0 auto;
  }
  .hezfive .ti .quan:hover .tu {
    margin-top: 0;
  }
  .hezfive .ti .quan .tu img {
    width: 100%;
  }
  .hezfive .ti .quan .zi {
    font-size: 14px;
    color: #333;
    line-height: 36px;
    font-weight: bold;
  }
  .hezfive .ti .quan.quan1 {
    left: 19%;
    top: 34%;
    transition-delay: 0s;
  }
  .hezfive .ti .quan.quan2 {
    left: 35%;
    top: 49%;
    transition-delay: 0.3s;
  }
  .hezfive .ti .quan.quan3 {
    left: 51%;
    top: 52%;
    transition-delay: 0.6s;
  }
  .hezfive .ti .quan.quan4 {
    left: 67%;
    top: 23%;
    transition-delay: 0.9s;
  }
  .hezfive .ti .quan.quan5 {
    left: 85%;
    top: 41%;
    transition-delay: 1.2s;
  }
  .hezsix.indexfive .ti {
    border-bottom: none;
    padding-bottom: 40px;
  }

  /*activity.html*/
  .huodone {
    width: 100%;
    position: relative;
  }
  .huodone img {
    width: 100%;
  }
  .huodone .fuzi {
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: 16px;
  }
  .huodone .fuzi i {
    font-size: 16px;
    margin-right: 3px;
  }
  .huodtwo {
    width: 100%;
    margin-top: 30px;
  }
  .huodtwo .hdwid {
    width: 94%;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #333;
  }
  .huodtwo .hdwid br {
    display: none;
  }
  .huodthree {
    width: 100%;
    margin-top: 30px;
    position: relative;
  }
  .huodthree .hdwid {
    width: 94%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .hdtit {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .hdtit .mz {
    width: 100%;
  }
  .hdtit .mz img {
    height: 38px;
  }
  .hdtit .ms {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 6px;
  }
  .huodthree .ti {
    width: 100%;
    margin-top: 10px;
  }
  .huodthree .ti li {
    width: 100%;
    margin: 0 0 10px;
    position: relative;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
  }
  .huodthree .ti li img {
    width: 100%;
  }
  .huodthree .ti li .fuceng {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 2, 2, 0.54);
    z-index: 1;
  }
  .huodthree .ti li .fuzi {
    width: 94%;
    color: #fff;
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -12px;
    z-index: 2;
    text-align: center;
  }
  .huodthree .ti li:hover .fuzi {
    margin-top: -50px;
  }
  .huodthree .ti li .fuzi .tou {
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
  }
  .huodthree .ti li .fuzi .shen {
    line-height: 20px;
    font-size: 14px;
    margin-top: 4px;
    height: 80px;
  }
  .huodthree .dabg {
    width: 100%;
    position: absolute;
    left: 0;
    top: -18px;
    z-index: 1;
  }
  .huodthree .dabg img {
    width: 100%;
  }
  .huodfour {
    width: 100%;
    padding: 56px 0 56px;
    position: relative;
  }
  .huodfour .ggwid {
    position: relative;
    z-index: 2;
  }
  .huodfour .hdtit .ms {
    color: #fff;
  }
  .huodfour .hdtit .ms br {
    display: none;
  }
  .huodfour .ti {
    width: 100%;
    position: relative;
    padding: 12px 0;
    margin-top: 10px;
  }
  .huodfour .ti .hang {
    width: 100%;
    line-height: 34px;
    height: 34px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
  }
  .huodfour .ti .hang .zi {
    height: 34px;
    overflow: hidden;
  }
  .huodfour .ti .hang .quan {
    width: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
  }
  .huodfour .ti .hang .quan img {
    width: 100%;
    vertical-align: top;
    display: block;
  }
  .huodfour .ti .one {
    text-align: left;
  }
  .huodfour .ti .one .quan {
    right: auto;
    left: 0px;
  }
  .huodfour .ti .two {
    margin-left: 0%;
  }
  .huodfour .ti .two .quan {
    left: 0px;
  }
  .huodfour .ti .dians {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    top: -9px;
    display: none;
  }
  .huodfour .ti .dians img {
    width: 100%;
  }
  .huodfour .ti .zhongx {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    background-color: #fff;
    display: none;
  }
  .huodfour .ti .dianx {
    position: absolute;
    left: 50%;
    margin-left: -9px;
    width: 17px;
    bottom: -9px;
    display: none;
  }
  .huodfour .ti .dianx img {
    width: 100%;
  }
  .huodfour .dabg {
    width: 100%;
    position: absolute;
    left: 0%;
    top: -183px;
    z-index: 1;
    overflow: hidden;
  }
  .huodfour .dabg img {
    width: 280%;
  }
  .huodfive {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .huodfive .hdwid {
    width: 94%;
    margin: 0 auto;
  }
  .huodfive .ti {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .huod-demo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .huod-demo .item {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .huod-demo .item .tu {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
  }
  .huod-demo .item .mz {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin-top: 12px;
    display: block;
    text-decoration: underline;
  }
  .huod-demo .item .ms {
    line-height: 22px;
    font-size: 14px;
    color: #666;
    display: block;
    text-decoration: underline;
  }
  .huod-demo .owl-controls {
    margin-top: 10px;
  }
  .huodsix {
    width: 100%;
    padding-top: 54px;
    position: relative;
    z-index: 1;
  }
  .huodsix .ggwid {
    position: relative;
    z-index: 2;
  }
  .huodsix .ggwid .ms {
    color: #fff;
  }
  .huodsix .ggwid .ms br {
    display: none;
  }
  .huodsix .ti {
    width: 100%;
    margin-top: 10px;
  }
  .huodsix .ti li {
    width: 48.6%;
    margin: 0 0.7% 6px;
  }
  .huodsix .ti li img {
    width: 100%;
  }
  .huodsix .dabg {
    width: 100%;
    position: absolute;
    left: 0;
    top: -190px;
    z-index: 1;
    overflow: hidden;
  }
  .huodsix .dabg img {
    width: 420%;
  }
  .huodseven {
    width: 100%;
    margin-top: 100px;
  }
  .huodseven .hdwid {
    width: 94%;
    margin: 0 auto;
  }
  .huodseven .ti {
    width: 100%;
    margin-top: 10px;
  }
  .huodseven .ti li {
    width: 33.33%;
  }
  .huodseven .ti li img {
    width: 100%;
  }
  .huodeight {
    width: 100%;
    margin-top: 100px;
    position: relative;
    z-index: 3;
  }
  .huodeight .hdwid {
    width: 94%;
    margin: 0 auto;
  }
  .huodeight .hdtit .mu {
    width: 100%;
    text-align: center;
    margin: 10px 0 6px;
  }
  .huodeight .hdtit .mu img {
    height: 20px;
  }
  .huodnine {
    width: 100%;
    padding-top: 66px;
    position: relative;
    overflow: hidden;
  }
  .huodnine .hdwid {
    width: 94%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .huodnine .hang {
    width: 100%;
    margin-bottom: 10px;
    line-height: 34px;
  }
  .huodnine .hang .mz {
    width: 26.4%;
    text-align: right;
    font-size: 14px;
    color: #fff;
    min-height: 1px;
  }
  .huodnine .hang .shr {
    width: 71.7%;
    height: 32px;
    border: 1px solid #3598f5;
  }
  .huodnine .hang .shr input {
    width: 100%;
    height: 32px;
    padding: 0 5px;
    box-sizing: border-box;
    border: none;
    background: transparent;
    color: #ccc;
    font-size: 14px;
  }
  .huodnine .hang.mo {
    margin: 10px 0 40px;
  }
  .huodnine .hang.mo .shr {
    box-shadow: 4px 4px 0 #3336b6;
    background: url(../images/huodnine1.jpg) repeat center center;
    border: none;
  }
  .huodnine .hang.mo .shr input {
    color: #fff;
    font-size: 14px;
  }
  .huodnine .dabg {
    width: 100%;
    position: absolute;
    left: 0;
    top: -96px;
    z-index: 1;
    overflow: hidden;
  }
  .huodnine .dabg img {
    width: 310%;
  }

  /*shiyong.html*/
  .shytwo {
    width: 100%;
    margin-top: 30px;
  }
  .shytwo .btou {
    color: #292929;
    font-size: 16px;
    line-height: 26px;
    padding: 14px 0;
    text-align: center;
    width: 100%;
  }
  .shytwo .bti {
    width: 100%;
    margin: 0px auto;
    line-height: 44px;
  }
  .shytwo .bti .hang {
    margin-bottom: 6px;
  }
  .shytwo .bti .mz {
    width: 27%;
    text-align: right;
    font-size: 14px;
    color: #666;
    min-height: 1px;
  }
  .shytwo .bti .shr {
    width: 72.5%;
    height: 42px;
  }
  .shytwo .bti .shr input {
    width: 100%;
    height: 42px;
    padding: 0 5px;
    box-sizing: border-box;
    background: transparent;
    color: #666;
    border: 1px solid #ccc;
    transition: all 200ms;
    font-size: 14px;
  }
  .shytwo .bti .shr input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(82, 168, 236, 0.6);
  }
  .shytwo .bti .shr input::-webkit-input-placeholder {
    color: #ccc;
  }
  .shytwo .bti .shr input::-moz-placeholder {
    color: #ccc;
  }
  .shytwo .bti .shr input:-ms-input-placeholder {
    color: #ccc;
  }
  .shytwo .bti .shr input.tes {
    width: 100px;
    height: 35px;
    border: none;
    margin-right: 2px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
  }
  .shytwo .bms {
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    padding-bottom: 30px;
  }

  /*about.html*/
  .aboutwo {
    width: 100%;
  }
  .aboutwo .one {
    width: 100%;
    background: url(../images/about1.jpg) no-repeat center center;
    position: relative;
    text-align: center;
    padding-bottom: 46px;
  }
  .aboutwo .one .tou {
    line-height: 28px;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
  }
  .aboutwo .one .shen {
    line-height: 24px;
    width: 100%;
    font-size: 14px;
  }
  .aboutwo .one .toue {
    line-height: 40px;
    width: 100%;
    font-size: 19px;
    font-weight: bold;
  }
  .aboutwo .one .controls {
    display: none;
  }
  .aboutwo .one .toutu {
    width: 100%;
    margin: 10px auto 0;
  }
  .aboutwo .one .toutu img {
    width: 100%;
  }
  .aboutwo .one .dtu {
    width: 100%;
    height: 100px;
    margin-top: 0px;
    top: 100px;
  }
  .aboutwo .one .dtu canvas {
    width: 100%;
    height: 140px;
  }
  .aboutwo .two {
    width: 100%;
    position: relative;
  }
  .aboutwo .two .zuo {
    width: 43%;
    margin-left: 5.6%;
  }
  .aboutwo .two .you {
    width: 41.4%;
    margin-left: 4%;
    margin-top: -30px;
  }
  .aboutwo .two .tu {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .aboutwo .two .tu img {
    width: 100%;
    transition: all 400ms;
  }
  .aboutwo .two .tu:hover img {
    transform: scale(1.05);
  }
  .aboutwo .three {
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    color: #666;
  }
  .aboutwo .three .neiwid {
    width: 100%;
    margin: 0 auto;
  }
  .aboutwo .four {
    width: 150px;
    margin: 30px auto 40px;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 20px;
  }
  .aboutwo .four .tb {
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
  .aboutwo .four .tb i {
    font-size: 26px;
  }

  /*shipin.html*/
  .shipintwo {
    width: 100%;
  }
  .shipintwo ul {
    width: 100%;
  }
  .shipintwo ul li {
    width: 100%;
    margin-left: 0%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    height: 258px;
  }
  .shipintwo ul li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .shipintwo ul li .futu {
    width: 100%;
  }
  .shipintwo ul li .futu img {
    width: 100%;
  }
  .shipintwo ul li video {
    width: 100%;
  }
  .shipintwo ul li .fuzi {
    width: 90%;
    position: absolute;
    left: 5%;
    top: 50%;
    text-align: center;
    color: #fff;
    margin-top: -31px;
  }
  .shipintwo ul li .fuzi .tou {
    width: 100%;
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
  }
  .shipintwo ul li .fuzi .shen {
    width: 100%;
    line-height: 22px;
    font-size: 14px;
  }
  .shipintwo ul li .fuhover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.696);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    transition: all 400ms;
    cursor: pointer;
  }
  .shipintwo ul li:hover .fuhover {
    opacity: 1;
    filter: alpha(opacity = 100);
  }
  .shipintwo ul li .fuhover .bofang {
    width: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
  }
  .shipintwo ul li .fuhover .bofang img {
    width: 100%;
  }
  .shipintwo .fenye {
    width: 100%;
    line-height: 32px;
    padding: 20px 0 30px;
    text-align: center;
  }
  .shipintwo .fenye a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    transition: all 200ms;
  }
  .shipintwo .fenye .sy {
    padding: 0 6px;
  }
  .shipintwo .fenye .syy {
    padding: 0 6px;
    margin-right: 8px;
  }
  .shipintwo .fenye .xyy {
    padding: 0 6px;
    margin-left: 8px;
  }
  .shipintwo .fenye .wy {
    padding: 0 6px;
  }
  .shipintwo .fenye a:hover {
    color: #01c9fd;
  }
  .shipintwo .fenye .num {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #dddddd;
    margin: 0 5px;
    display: none;
  }
  .shipintwo .fenye .num.active {
    background-color: #01c9fd;
    color: #fff;
    display: inline-block;
  }
  .shipintwo .fenye .num:hover {
    background-color: #01c9fd;
    color: #fff;
  }
}

/*newsxq.html*/
.newsxqtwo {
  width: 100%;
  margin-bottom: 110px;
}
.newsxqtwo .kzuo {
  width: 70%;
}
.newsxqtwo .kyou {
  width: 28%;
  background-color: #f4f4f5;
  padding: 20px 20px;
  box-sizing: border-box;
}
.newsxqtwo .kyou.fixed {
  position: fixed;
  top: 110px;
  z-index: 9;
  right: 0;
}
.newsxqtwo .kyou .tou {
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.newsxqtwo .kyou .shen {
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  margin-top: 20px;
}
.newsxqtwo .kyou .shen li {
  height: 30px;
  overflow: hidden;
  margin-bottom: 6px;
}
.newsxqtwo .kyou .shen li a {
  color: #333;
}
.newsxqtwo .kyou .shen li a:hover {
  color: #01c9fd;
}
.newsxqtwo .title {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.newsxqtwo .title .shang {
  text-align: center;
  width: 100%;
  font-size: 18px;
  color: #333;
}
.newsxqtwo .title .xia {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  padding: 15px 0 15px;
  color: #999;
}
.newsxqtwo .neirong {
  width: 100%;
  line-height: 30px !important;
  color: #666;
}
.newsxqtwo .neirong img {
  max-width: 100% !important;
}
.newsxqtwo .neirong .zi {
  line-height: 30px;
  text-indent: 2em;
  font-size: 16px;
  color: #666;
}
.newsxqtwo .neirong .tu {
  width: 100%;
  text-align: center;
}
.newsxqtwo .neirong .tu img {
  max-width: 100%;
}
.newsxqtwo .newsfenye {
  width: 100%;
  line-height: 60px;
  margin-top: 40px;
  background-color: #f2f2f2;
}
.newsxqtwo .newsfenye div {
  width: 46%;
  text-align: center;
  font-size: 14px;
  height: 60px;
  overflow: hidden;
  color: #494949;
  padding: 0 2%;
}
.newsxqtwo .newsfenye div a {
  display: block;
  color: #494949;
}
.newsxqtwo .newsfenye div:hover {
  background-color: #01c9fd;
}
.newsxqtwo .newsfenye div:hover a {
  color: #fff;
}
.newsxqtwo .newsfenye div .tu {
  display: inline-block;
  width: 8%;
  float: left;
}
.newsxqtwo .newsfenye div i {
  font-size: 14px;
  margin: 0 8px;
}
.newsxqtwo .newsfenye div .zi {
  display: inline-block;
  width: 90%;
  overflow: hidden;
  padding: 0 1%;
  float: left;
}
.newsxqtwo .newsfenye .zuo .zi {
  text-align: left;
}
.newsxqtwo .newsfenye .you .zi {
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .newsxqtwo {
    width: 100%;
    margin-bottom: 40px;
  }
  .newsxqtwo .kzuo {
    width: 100%;
  }
  .newsxqtwo .kyou {
    width: 100%;
    background-color: #f4f4f5;
    padding: 17px;
    box-sizing: border-box;
    margin-top: 10px;
  }
  .newsxqtwo .kyou .tou {
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
  }
  .newsxqtwo .kyou .shen {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
  }
  .newsxqtwo .kyou .shen li {
    height: 30px;
    overflow: hidden;
    margin-bottom: 0px;
  }
  .newsxqtwo .title {
    width: 100%;
    margin-bottom: 10px;
  }
  .newsxqtwo .title .shang {
    text-align: center;
    width: 100%;
    font-size: 18px;
  }
  .newsxqtwo .title .xia {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    padding: 6px 0;
  }
  .newsxqtwo .neirong {
    width: 100%;
    line-height: 24px !important;
  }
  .newsxqtwo .neirong img {
    max-width: 100% !important;
  }
  .newsxqtwo .neirong .zi {
    line-height: 24px;
    text-indent: 2em;
    font-size: 14px;
  }
  .newsxqtwo .neirong .tu {
    width: 100%;
    text-align: center;
  }
  .newsxqtwo .neirong .tu img {
    max-width: 100%;
  }
  .newsxqtwo .newsfenye {
    width: 100%;
    line-height: 60px;
    margin-top: 15px;
    background-color: #f2f2f2;
  }
  .newsxqtwo .newsfenye div {
    width: 40%;
    text-align: center;
    font-size: 14px;
    height: 60px;
    overflow: hidden;
    color: #494949;
    padding: 0 5%;
  }
  .newsxqtwo .newsfenye div a {
    display: block;
    color: #494949;
  }
  .newsxqtwo .newsfenye div:hover a {
    color: #fff;
  }
  .newsxqtwo .newsfenye div .tu {
    display: inline-block;
    width: 10%;
    float: left;
  }
  .newsxqtwo .newsfenye div i {
    font-size: 14px;
    margin: 0 8px;
  }
  .newsxqtwo .newsfenye div .zi {
    display: inline-block;
    width: 84%;
    overflow: hidden;
    padding: 0 8px;
    float: left;
  }
  .newsxqtwo .newsfenye .zuo {
    display: block;
  }
  .newsxqtwo .newsfenye .zuo .zi {
    text-align: left;
  }
  .newsxqtwo .newsfenye .you .zi {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .newsxqtwo {
    width: 100%;
    margin-bottom: 30px;
  }
  .newsxqtwo .kzuo {
    width: 100%;
  }
  .newsxqtwo .kyou {
    width: 100%;
    background-color: #f4f4f5;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 10px;
  }
  .newsxqtwo .kyou .tou {
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
  }
  .newsxqtwo .kyou .shen {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
  }
  .newsxqtwo .kyou .shen li {
    height: 30px;
    overflow: hidden;
    margin-bottom: 0px;
  }
  .newsxqtwo .title {
    width: 100%;
    margin-bottom: 10px;
  }
  .newsxqtwo .title .shang {
    text-align: center;
    width: 100%;
    font-size: 16px;
  }
  .newsxqtwo .title .xia {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 0 5px;
  }
  .newsxqtwo .neirong {
    width: 100%;
    line-height: 24px !important;
  }
  .newsxqtwo .neirong img {
    max-width: 100% !important;
  }
  .newsxqtwo .neirong .zi {
    line-height: 24px;
    text-indent: 2em;
    font-size: 14px;
  }
  .newsxqtwo .neirong .tu {
    width: 100%;
    text-align: center;
  }
  .newsxqtwo .neirong .tu img {
    max-width: 100%;
  }
  .newsxqtwo .newsfenye {
    width: 100%;
    line-height: 60px;
    margin-top: 0;
    background-color: #fff;
  }
  .newsxqtwo .newsfenye div {
    width: 90%;
    text-align: center;
    font-size: 14px;
    height: 60px;
    margin-top: 10px;
    overflow: hidden;
    color: #494949;
    padding: 0 5%;
    background-color: #f2f2f2;
  }
  .newsxqtwo .newsfenye div a {
    display: block;
    color: #494949;
  }
  .newsxqtwo .newsfenye div:hover a {
    color: #fff;
  }
  .newsxqtwo .newsfenye div .tu {
    display: inline-block;
    width: 10%;
    float: left;
  }
  .newsxqtwo .newsfenye div i {
    font-size: 14px;
    margin: 0 8px;
  }
  .newsxqtwo .newsfenye div .zi {
    display: inline-block;
    width: 84%;
    overflow: hidden;
    padding: 0 8px;
    float: left;
  }
  .newsxqtwo .newsfenye .zuo {
    display: block;
  }
  .newsxqtwo .newsfenye .zuo .zi {
    text-align: left;
  }
  .newsxqtwo .newsfenye .you .zi {
    text-align: right;
  }
}

/*弹窗*/
#goodcover {
  display: none;

  position: fixed;

  top: 0%;

  left: 0%;

  width: 100%;

  height: 133%;

  background-color: black;

  z-index: 1001;

  -moz-opacity: 0.8;

  opacity: 0.5;

  filter: alpha(opacity=80);
}

#code {
  width: 777px;

  height: auto;

  /*background-color: #fff;*/

  padding: 0px;

  position: fixed;

  display: none;

  left: 50%;

  top: 50%;

  /*left:30%\9;

    top:20%\9;

	left:50%\0;

    top:50%\0;*/

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  overflow: hidden;

  z-index: 1002;
}

@media (max-width: 640px) {
  #code {
    overflow-y: scroll;
  }
}

.close {
  width: 770px;

  height: 20px;

  position: absolute;
}

@media (max-width: 777px) {
  #code {
    width: 100%;

    height: 490px;
  }

  .close {
    width: 92%;

    position: absolute;
  }
}

@media (max-width: 400px) {
  #code {
    height: 375px;
  }
}

#closebt {
  float: right;

  font-size: 0;

  width: 32px;

  height: 32px;

  display: inline-block;

  background: url("/statics/images/network/close.png") center no-repeat;
  position: absolute;
  right: 4px;
  top: 4px;
}

#closebt img {
  width: 20px;
}

.goodtxt {
  text-align: center;
}
.goodtxt #video {
  height: 210px;
}
#video {
  height: 210px;
}
.goodtxt p {
  height: auto;

  line-height: 35px;

  font-size: 28px;

  color: #000;

  font-weight: 600;
}

@media (max-width: 640px) {
  .goodtxt p {
    margin: 0;

    font-size: 22px;
  }
}

/*shiyong2.html*/
.shead {
  width: 100%;
  height: 62px;
  background: #fff;
}
.shead .logo {
  height: 30px;
  margin-top: 16px;
}
.shead .logo img {
  height: 100%;
}
.sertwo {
  width: 100%;
  margin-top: 60px;
}
.sertwo .btou {
  color: #292929;
  font-size: 28px;
  line-height: 34px;
  padding: 32px 0;
  text-align: center;
  width: 100%;
}
.sertwo .bti {
  width: 480px;
  margin: 0px auto;
  line-height: 44px;
}
.sertwo .bti .hang {
  margin-bottom: 20px;
}
.sertwo .bti .hangts {
  text-align: center;
}
.sertwo .bti .mz {
  width: 20%;
  font-size: 16px;
  color: #666;
  min-height: 1px;
}
.sertwo .bti .shr {
  width: 80%;
  height: 42px;
  text-align: center;
}
.sertwo .bti .shr input {
  width: 100%;
  height: 42px;
  padding: 0 5px;
  box-sizing: border-box;
  background: transparent;
  color: #666;
  border: 1px solid #ccc;
  transition: all 200ms;
}
.sertwo .bti .shr textarea {
  width: 100%;
  height: 42px;
  padding: 5px;
  box-sizing: border-box;
  background: transparent;
  color: #666;
  border: 1px solid #ccc;
  transition: all 200ms;
}
.sertwo .bti .shr select {
  width: 100%;
  height: 42px;
  padding: 0 5px;
  box-sizing: border-box;
  background: transparent;
  color: #666;
  border: 1px solid #ccc;
  transition: all 200ms;
}
.sertwo .bti .shr input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
}
.sertwo .bti .shr input::-webkit-input-placeholder {
  color: #ccc;
}
.sertwo .bti .shr input::-moz-placeholder {
  color: #ccc;
}
.sertwo .bti .shr input:-ms-input-placeholder {
  color: #ccc;
}
.sertwo .bti .xuz {
  width: 80%;
  line-height: 42px;
  color: #666;
  overflow: hidden;
}
.sertwo .bti .xuz .ban {
  width: 50%;
  float: left;
  font-size: 14px;
}
.sertwo .bti .xuz label {
  margin-right: 10px;
}
.sertwo .bti input.tes {
  width: 108px;
  height: 35px;
  background-color: #01c9fd;
  border: none;
  margin: 0 5px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.sertwo .bti input.tes:hover {
  background-color: #2687ca;
}
.sertwo .bms {
  width: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  color: #666;
  padding-bottom: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .shead {
    width: 100%;
    height: 62px;
    background: rgba(0, 0, 0, 0.7);
  }
  .shead .logo {
    height: 30px;
    margin-top: 16px;
  }
  .shead .logo img {
    height: 100%;
  }
  .sertwo {
    width: 100%;
    margin-top: 30px;
  }
  .sertwo .btou {
    color: #292929;
    font-size: 18px;
    line-height: 26px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
  .sertwo .bti {
    width: 390px;
    margin: 0px auto;
    line-height: 38px;
  }
  .sertwo .bti .hang {
    margin-bottom: 10px;
  }
  .sertwo .bti .hangts {
    text-align: center;
  }
  .sertwo .bti .mz {
    width: 20%;
    font-size: 14px;
    color: #666;
    min-height: 1px;
  }
  .sertwo .bti .shr {
    width: 80%;
    height: 36px;
    text-align: center;
  }
  .sertwo .bti .shr input {
    width: 100%;
    height: 36px;
    padding: 0 5px;
    box-sizing: border-box;
    background: transparent;
    color: #666;
    border: 1px solid #ccc;
    transition: all 200ms;
  }
  .sertwo .bti .shr input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(82, 168, 236, 0.6);
  }
  .sertwo .bti .shr input::-webkit-input-placeholder {
    color: #ccc;
  }
  .sertwo .bti .shr input::-moz-placeholder {
    color: #ccc;
  }
  .sertwo .bti .shr input:-ms-input-placeholder {
    color: #ccc;
  }
  .sertwo .bti .xuz {
    width: 81.7%;
    line-height: 36px;
    font-size: 14px;
  }
  .sertwo .bti .xuz label {
    margin-right: 10px;
  }
  .sertwo .bti input.tes {
    width: 108px;
    height: 35px;
    background-color: #01c9fd;
    border: none;
    margin: 0 5px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
  }
  .sertwo .bti input.tes:hover {
    background-color: #2687ca;
  }
  .sertwo .bms {
    width: 100%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .shead {
    width: 100%;
    height: 62px;
    background: rgba(0, 0, 0, 0.7);
  }
  .shead .logo {
    height: 20px;
    margin-top: 21px;
  }
  .shead .logo img {
    height: 100%;
  }
  .sertwo {
    width: 100%;
    margin-top: 20px;
  }
  .sertwo .btou {
    color: #292929;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
  .sertwo .bti {
    width: 96%;
    margin: 0px auto;
    line-height: 38px;
  }
  .sertwo .bti .hang {
    margin-bottom: 10px;
  }
  .sertwo .bti .hangts {
    text-align: center;
  }
  .sertwo .bti .mz {
    width: 18%;
    font-size: 14px;
    color: #666;
    min-height: 1px;
  }
  .sertwo .bti .shr {
    width: 79.6%;
    height: 36px;
    text-align: center;
  }
  .sertwo .bti .shr input {
    width: 100%;
    height: 36px;
    padding: 0 5px;
    box-sizing: border-box;
    background: transparent;
    color: #666;
    border: 1px solid #ccc;
    transition: all 200ms;
  }
  .sertwo .bti .shr input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(82, 168, 236, 0.6);
  }
  .sertwo .bti .shr input::-webkit-input-placeholder {
    color: #ccc;
  }
  .sertwo .bti .shr input::-moz-placeholder {
    color: #ccc;
  }
  .sertwo .bti .shr input:-ms-input-placeholder {
    color: #ccc;
  }
  .sertwo .bti .xuz {
    width: 81.7%;
    line-height: 36px;
    font-size: 14px;
  }
  .sertwo .bti .xuz label {
    margin-right: 10px;
  }
  .sertwo .bti input.tes {
    width: 108px;
    height: 35px;
    background-color: #01c9fd;
    border: none;
    margin: 0 5px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
  }
  .sertwo .bti input.tes:hover {
    background-color: #2687ca;
  }
  .sertwo .bms {
    width: 100%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    padding-bottom: 30px;
  }
}

/*404.html*/
.notwo {
  width: 100%;
  padding: 150px 0 110px;
}
.notwo .tu {
  width: 30%;
  margin-left: 11%;
}
.notwo .tu img {
  width: 100%;
}
.notwo .zi {
  width: 55%;
}
.notwo .zi .tou {
  width: 100%;
  line-height: 60px;
  font-size: 28px;
  color: #333;
  margin-top: 60px;
}
.notwo .zi .hang {
  width: 100%;
  line-height: 40px;
  font-size: 20px;
  color: #333;
  margin-top: 10px;
}
.notwo .zi .hanger {
  width: 100%;
  line-height: 40px;
  font-size: 20px;
  color: #333;
  margin-top: 20px;
}
.notwo .zi .hanger a {
  color: #01c9fd;
  text-decoration: underline;
  margin-right: 20px;
}

.telphone {margin-top:28px;margin-right:12px;}
@media only screen and (min-width: 1025px) and (max-width: 1456px) {
  .notwo {
    width: 100%;
    padding: 150px 0 110px;
  }
  .notwo .tu {
    width: 28%;
    margin-left: 13%;
  }
  .telphone {
    margin-top: 24px;
    margin-right: 5px;
}
.telphone img{width:150px;}
  .notwo .tu img {
    width: 100%;
  }
  .notwo .zi {
    width: 55%;
  }
  .notwo .zi .tou {
    width: 100%;
    line-height: 40px;
    font-size: 24px;
    color: #333;
    margin-top: 60px;
  }
  .notwo .zi .hang {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
  }
  .notwo .zi .hanger {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
  }
  .notwo .zi .hanger a {
    color: #01c9fd;
    text-decoration: underline;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .notwo {
    width: 100%;
    padding: 150px 0 110px;
  }
  .notwo .tu {
    width: 41%;
    margin-left: 0%;
  }
  .notwo .tu img {
    width: 100%;
  }
  .notwo .zi {
    width: 55%;
  }
  .notwo .zi .tou {
    width: 100%;
    line-height: 60px;
    font-size: 22px;
    color: #333;
    margin-top: 0px;
  }
  .notwo .zi .hang {
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
  }
  .notwo .zi .hanger {
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
  }
  .notwo .zi .hanger a {
    color: #01c9fd;
    text-decoration: underline;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
    .telphone{display:none;}
  .notwo {
    width: 100%;
    padding: 70px 0 30px;
  }
  .notwo .tu {
    width: 100%;
    margin-left: 0%;
  }
  .notwo .tu img {
    width: 100%;
  }
  .notwo .zi {
    width: 100%;
  }
  .notwo .zi .tou {
    width: 100%;
    line-height: 30px;
    font-size: 22px;
    color: #333;
    margin-top: 10px;
  }
  .notwo .zi .hang {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
  }
  .notwo .zi .hanger {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
  }
  .notwo .zi .hanger a {
    color: #01c9fd;
    text-decoration: underline;
    margin-right: 20px;
  }
}

/* 新改导航下划 */
.ahead .pc_nav li > a {
  position: relative;
}
.ahead .pc_nav li > a:before {
    display: none;
  content: "";
  position: absolute;
  left: 15%;
  bottom: -10px;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
.ahead .pc_nav li.waili > a:hover:before,
.ahead .pc_nav li.active > a:before {
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
}
.pc_nav li {
  position: relative;
}

.pc_nav li .xldiv {
  display: none;
  position: absolute;
  top: 100%;
  padding: 20px 0;
  left: 0;
  background: #fff;
  text-align: center;
  z-index: 9999;
  border-radius: 2px;
  box-shadow: 0px 0px 8px rgba(34, 34, 34, 0.32);
  margin-top: -10px;
  border-radius: 10px;
}
.pc_nav li .xldiv .jt{position: absolute;bottom:100%;left:24px;}
.pc_nav li:last-child .xldiv{left:auto;right:0;}
.pc_nav li:last-child .xldiv .jt{left:auto;right:24px;}
.pc_nav li .xldiv .sub-nav{display: flex;}
.pc_nav li .xldiv ul{float:left; position: relative; padding:0 20px;}
.pc_nav li .xldiv ul:after{content:'';position: absolute;right:0;top:0;bottom:0;margin:auto 0;width:2px;height:95%;background: #f8f8f8;}
.pc_nav li .xldiv ul:last-child::after{display:none;}
.pc_nav li .xldiv ul li{margin:1px 0;max-width:335px;}
.pc_nav li .xldiv a {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
  height: 56px;
  position: relative;
  /* border-top: 1px solid #eee; */
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: #8a8a8a;
  text-align: left;
  padding: 0 15px;
  box-sizing: border-box;
  border:1px solid #fff;
  background:#fff;
  border-radius: 8px;
}
.pc_nav li .xldiv a .imgs{width:34px;height:34px;}
.pc_nav li .xldiv a .texts{padding-left:12px; width: calc(100% - 34px);}
.pc_nav li .xldiv a .texts h3{font-size:14px;line-height: 16px;font-weight:bold;color:#333; margin:0;margin-bottom:4px;height:16px;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.pc_nav li .xldiv a .texts em{display:block; font-size:14px;line-height: 16px;font-style: normal;height:16px;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}

.pc_nav li .xldiv a:hover{border:1px solid #317dff;background:#f2f8ff;}
.pc_nav li .xldiv a:hover .texts h3{color:#317DFF;}
.pc_nav li .xldiv a:hover .texts em{color:#999;}
/* .pc_nav li .xldiv a:before{ content: "";position: absolute; left: 0; right: 0; bottom: 0; height: 100%; background-color: #0126b2; transform-origin: 100%; -webkit-transform-origin: 100%; -webkit-transition: -webkit-transform .4s cubic-bezier(.4,0,.2,1); transition: transform .4s cubic-bezier(.4,0,.2,1); -webkit-transform: scaleX(0); transform: scaleX(0);  z-index: -1;}
.pc_nav li .xldiv a:hover{ color: #fff;}
.pc_nav li .xldiv a:hover:before{ transform: scaleX(1); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); transform-origin: 0; -webkit-transform-origin: 0; } */

/* .pc_nav li .xldiv a:hover {
  transform: scaleX(1.1);
  -webkit-transform: scaleX(1.1);
  -moz-transform: scaleX(1.1);
  color: #317DFF;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
} */

.floats{float: left;width: 100%;}
.centers{margin: 0 auto;max-width: 1200px;clear:both;}



.tx-footer{background:#151515;}
.tx-footer h3{padding:0;margin:0;}
.tx-footer-logo{padding:38px 0;border-bottom:1px solid #fff;}
.tx-footer-main{padding:65px 0;}
.tx-footer-main .nav-lefts ul li{margin-right:60px;}
.tx-footer-main .nav-lefts ul:last-child li{margin-right:0;}
.tx-footer-main .nav-lefts .a1{font-size:17px;color:#fff;line-height:25px;font-weight:bold;}
.tx-footer-main .nav-lefts .a2{display:block; font-size:14px;color:#fff;opacity:0.6;line-height:20px;margin-top:22px;}
.tx-footer-main .nav-lefts .a2:hover{opacity:1;}
.tx-footer-main .contact-right{position: relative;}
.tx-footer-main .contact-right:before{content:'';position:absolute;left:-20%;top:0;width:1px;height:100%;background:#8d8d8d;}
.tx-footer-main .contact-right ul{display:block; margin-top:42px;}
.tx-footer-main .contact-right li{float:left;margin-left:40px;}
.tx-footer-main .contact-right li:first-child{margin-left:0;}
.tx-footer-main .contact-right li img{width:135px;}
.tx-footer-main .contact-right li h3{font-size:16px;color:#fff;font-weight:normal;text-align:center;margin-top:18px;}
.tx-footer-main .contact-right li h4{color:#fff;font-size:18px;}
.tx-footer-main .contact-right{width:28.91%;}
.tx-footer-main .contact-right > h3{font-size:17px;color:#fff;line-height:25px;font-weight:bold;margin-bottom:22px;}
.tx-footer-main .contact-right p{display:block; font-size:14px;color:#fff;opacity:0.6;line-height:20px;margin-bottom:12px;}
.tx-footer-main .contact-right h4{color:#fff;font-size:18px;margin:0 0 12px;}
.tx-footer-down{background:#212121;padding:26px 0;color:#fff;font-size:14px;line-height:24px;}
.tx-footer-down a{color:#fff;margin-right:12px;}
.tx-footer-down .fr{text-align:right;}

@media screen and (max-width: 1280px){

    .centers{padding: 0 20px;max-width: 1080px;}

    .pc_nav li .xldiv ul li{max-width:280px;}
    .pc_nav li .xldiv ul{padding:0 10px;}
    .pc_nav li .xldiv a{padding:0 8px;}
    
    .tx-footer-logo{padding:30px 0;}
    .tx-footer-logo img{height:30px;}
    .tx-footer-main{padding:52px 0;}
    .tx-footer-main .nav-lefts .a1{font-size:16px;}
    .tx-footer-main .nav-lefts .a2{font-size:13px;margin-top:18px;}
    
    .tx-footer-main .contact-right > h3{font-size:16px;}
    .tx-footer-main .contact-right p{font-size:13px;}
    .tx-footer-main .contact-right ul{margin-top:32px;}
    .tx-footer-main .contact-right li img{width:120px;}
    .tx-footer-main .contact-right li h3{font-size:14px;margin-top:12px;}
    
    .tx-footer-main .contact-right:before{display:none;}

}

@media screen and (max-width: 768px){

    .centers{padding: 0 15px;}
    
    .tx-footer-logo{text-align:center;padding:24px 0;}
    .tx-footer-logo img{height:22px;}
    .tx-footer-main{padding:30px 0;}
    .tx-footer-main .nav-lefts{display:none;}
    .tx-footer-main .contact-right{width:100%;}
    .tx-footer-main .contact-right > h3{display:none; margin-bottom:12px;}
    .tx-footer-main .contact-right p{margin-bottom:8px;font-size:12px;}
    .tx-footer-main .contact-right ul{text-align:center;}
    .tx-footer-main .contact-right li{float:none;display:inline-block;margin-left:20px;}
    .tx-footer-main .contact-right li img{width:110px;}
    .tx-footer-main .contact-right li h3{font-size:12px;}
    .tx-footer-down{padding:12px 0;font-size:12px;}
    .tx-footer-down a{display:block;}
    .tx-footer-down br{display:none;}
    .tx-footer-down .fl,.tx-footer-down .fr{width:100%;text-align:center;}

}